View Single Post
  #86  
Old 10-06-2008, 05:03 PM
 
ReadytoCover ReadytoCover is offline
 

Senior Member
  
Join Date: Apr 2008
Posts: 124
 

Default Re: common if/then modifications I make to x-cart...

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!!!!!!
__________________
x-cart 4.1.9
Reply With Quote