View Single Post
  #2  
Old 06-24-2008, 06:54 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: If Statement Help Needed

Quote:
Originally Posted by photo
Code:
{if $product.categoryid eq "6"}{/if}
Code:
{if $product.categoryid eq "6" or $product.categoryid eq "12"} Do This {/if}

CAN YOU USE this instead?

Code:
{if $cat eq "6" or $cat eq "12"}
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote