- This topic has 2 replies, 2 voices, and was last updated 14 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › WP eStore Troubleshooting › Lost the cute little Empty Cart Guy in latest upgrade
Tagged: empty cart image, WP eStore
Hi Guys –
I am displaying my WP EStore cart in the Sidebar using the PHP Widgetify Widget.
The code I am using is :
<?php echo eStore_shopping_cart(); ?>
The little Cart Guy image is IDed on the Settings page…
But all I have is an empty Widget?
Thanks,
Tink
Hi Tink, use the following code (I have made the other one to only display the cart when there are items in there).
<?php echo wp_digi_cart_always_show(); ?>
Thanks, Amin.
I figured you had made a change like that.
Got it added to my Short Codes list now
Off to add cute little shopping cart guy back in my sites! LOL
Tink