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
|