View Single Post
  #4  
Old 01-16-2008, 06:26 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Enter Quanity or Even Numbers

Use a range of category ID's like this, say 123-130...
Code:
{if $cat gte "123" && $cat lte "130"}
Or, specific category ID's like this...
Code:
{if $cat eq "123" || $cat eq "130" || $cat eq "135"}
etc.
__________________
xcartmods.co.uk
Reply With Quote