Quote:
Originally Posted by benhoffman
Any idea how to use $cat variables on the Cart page? For example, you can use:
{if $cat eq "X"} SHOW THIS {/if}
on other pages, but it doesn't work on the cart page.
|
Anyone have a response to this?
I have tried
{if $products[product].categoryid eq "3"} and
{if $products[product].catid eq "3"}
and neither work...I am trying to display a specific message in the cart if the customer has a product from that category in their cart.
Thanks!!!!!!