Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Simple Shopping Cart Tweaks › Is there a way to always show the shopping cart on a page? › Reply To: Is there a way to always show the shopping cart on a page?
January 10, 2010 at 9:21 pm
#17142
TinkBD
Member
Hi – Can’t you just put the short code on the page?
<?php echo eStore_shopping_cart(); ?>
Also, that is the code I used with the PHP Widgetify Plugin…
Tink
PS – The Plugin page says:!IMPORTANT! You must use tags for the code to be recognized.
so be sure that you are using
<?php echo eStore_shopping_cart(); ?>
not just:
eStore_shopping_cart()