Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Showing Dynamic "View Cart" Button › Reply To: Showing Dynamic "View Cart" Button
December 27, 2009 at 2:53 am
#16929
Participant
You will have to use PHP… try something like this
if (digi_cart_not_empty())
{
// code to show the “view cart”
}