View Single Post
  #1  
Old 02-22-2006, 12:07 PM
 
yaunus yaunus is offline
 

Newbie
  
Join Date: Feb 2006
Posts: 4
 

Default menu_cart.tpl customization

I would like to customize the menu_cart.tpl template to not display the CHECKOUT button if the user is currently checking out, so as not to confuse the user.

Here is the code I tried, but didn't work:

{if $mode ne "checkout"}
** the code to display the button **
{/if}


I'm trying to use the the get variable 'mode', but it doesn't seem to be reading it. Is there another way I should be doing this?
__________________
----
Ian
Reply With Quote