[-] FO : Fix bug #PSCFV-9754 do not use back url on cart summary link in steps

This commit is contained in:
gRoussac
2013-07-12 16:59:11 +02:00
parent 4e0723b3cc
commit 9c44faf295

View File

@@ -37,7 +37,7 @@
<ul class="step" id="order_step">
<li class="{if $current_step=='summary'}step_current{else}{if $current_step=='payment' || $current_step=='shipping' || $current_step=='address' || $current_step=='login'}step_done{else}step_todo{/if}{/if}">
{if $current_step=='payment' || $current_step=='shipping' || $current_step=='address' || $current_step=='login'}
<a href="{$link->getPageLink('order', true, NULL, "{$smarty.capture.url_back}&multi-shipping={$multi_shipping}")|escape:'html'}">
<a href="{$link->getPageLink('order', true)}">
1. {l s='Summary'}
</a>
{else}