View Single Post
  #4  
Old 08-30-2005, 07:02 AM
  tvxcart's Avatar 
tvxcart tvxcart is offline
 

Newbie
  
Join Date: May 2004
Location: US - Indiana
Posts: 5
 

Default

Thanks Paul, that seems to be a more flexible way to approach this problem. In case anyone else was curious, I did get the IF statement to work by using the following;

{if $smarty.get.mode eq "checkout"}
[my code]
{else}
[original code]
{/if}

This also allows for all the checkout steps to use my CSS statement.
__________________
Tim V
x-cart 4.0.13
Reply With Quote