Thread
:
show in cart.php replace in cart.php?mode=checkout
View Single Post
#
2
09-05-2005, 07:41 AM
Dongan
X-Wizard
Join Date: Jul 2005
Location: www.mercuryminds.com
Posts: 1,531
{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}
__________________
Dongan
MercuryMinds Technologies
Professional X-Cart Design, X-Cart Development, X-Cart Customization Services
www.mercuryminds.com
Follow us at
Facebook
/
Twitter
Dongan
View Public Profile
Send a private message to Dongan
Visit Dongan's homepage!
Find all posts by Dongan