View Single Post
  #2  
Old 07-14-2008, 03:55 PM
 
taponitrof taponitrof is offline
 

Senior Member
  
Join Date: Dec 2007
Posts: 105
 

Default Solution: if statement to test for products in cart?

I just stumbled on the answer looking in the minicart.tpl file:

{if $minicart_total_items > 0}
{ include file="customer/menu_cart.tpl" }
{/if}


This hides the mini cart until customer adds an item to it.
__________________
X-Cart Version 4.1.10, 4.1.11, 4.2, 4.3, 4.4.5
Linux
Reply With Quote