Replies: 0
The short code for the check out page stopped working for no reason. I didn’t change anything accept the css, and when I refreshed the page the checkout piece was gone. Here is the code I am using on my page:
<article class=”checkout”>
<?php echo do_shortcode(‘[show_wp_shopping_cart]’); ?>
</article>
What do I have to do to get it working again?