View Single Post
  #4  
Old 10-27-2005, 08:15 AM
  leed's Avatar 
leed leed is offline
 

Senior Member
  
Join Date: Nov 2002
Location: England (UK)
Posts: 128
 

Default need to create if etc ...

Hiya

Try something like this

Code:
{if $product.categoryid == 4 or $product.categoryid1 == 5 or $product.categoryid2==5 or $product.categoryid3 == 5} display something {/if}

if you're referring to the $products array - use $products[product].categoryxx

Lee [/b]
__________________
Why a mouse when it spins ......
X-Cart Gunslingers - For Hire!!
http://forum.x-cart.com/viewtopic.php?t=8615
Reply With Quote