[-] FO : Fix bug #PSCFV-9754 do not use back url on cart summary link in steps
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user