View Single Post
  #100  
Old 01-19-2009, 01:50 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

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

You'd make the if statement around your image code:

{if $main ne "cart" AND $mode ne "checkout" AND $mode ne "order_message"}
Show the background image
{/if}
Reply With Quote