![]() |
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? |
{if $smarty.get.mode ne "checkout"}
|
Thank you! Worked perfectly!
|
All times are GMT -8. The time now is 04:28 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.