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
|