- This topic has 1 reply, 2 voices, and was last updated 13 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Show shopping cart when no products
I’m using wp-cart-for-digital-products and I want the shopping cart to show up whether or not there are products. I’m using <?php echo eStore_shopping_cart(); ?> in a page template. From what I read at http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-miscellaneous-tweaks-215 this should work without any modifications but the cart only shows if there are products.
Hi, That PHP function is to display the shopping when there are items in the cart. It’s explained in the PHP function reference section of the shortcode list. You can get all the shortcodes from here –
Try using the following function which will display the shopping cart all the time –
<?php echo wp_digi_cart_always_show(); ?>