![]() |
show in cart.php replace in cart.php?mode=checkout
Hi,
Not sure on this one (now there is a surprise) Can anyone tell me the smarty to do this. I've got a bit of text set that shows in cart.php but i want to show something different in it's place if customer is on cart.php?mode=checkout |
{if $smarty.get.mode eq "checkout" and $checkout_step ne $total_checkout_steps}
text here {/if} If you want to display at the last step then, it would be {if $smarty.get.mode eq "checkout" and $checkout_step eq $total_checkout_steps} text here {/if} |
All times are GMT -8. The time now is 12:29 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.