View Single Post
  #2  
Old 02-01-2005, 11:32 AM
 
cotc2001 cotc2001 is offline
 

X-Man
  
Join Date: Feb 2003
Location: Shrewsbury, UK
Posts: 2,351
 

Default

you would use if statements , but it looks like you already know that, for example this is the code I use to show a menu item on the products page but not on the more detailed product page

Code:
{if $main eq "product" AND "products"} { include file="cartmods/recently_viewed.tpl"} {/if}
__________________
x-cart 4.0.5 (live and heavily modded)
Server: freebsd
Reply With Quote