[06/01/2023] Masquage du pavé "Estimation des frais de livraison" dans l'étape 1 du tunnnel de commande, et remplacement par un message explicatif pour les clients ne comprenant pas qu'il faut poursuivre la commande.
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
{if {cart attr="is_virtual"} != 1}
|
||||
{postage}
|
||||
{assign var="postageAmount" value=$postage }
|
||||
<tr>
|
||||
<!-- <tr>
|
||||
<td class="product" colspan="2">
|
||||
<form action="{url path="/cart/country"}" class="form-inline" method="post">
|
||||
<h3>
|
||||
@@ -167,6 +167,10 @@
|
||||
<td class="qty">-</td>
|
||||
<td class="subprice">{format_money number=$postage}</td>
|
||||
</tr>
|
||||
//-->
|
||||
<tr>
|
||||
<td class="bypass-estimation" colspan="5">{intl l="bypass-estimation"}<b>{intl l="Proceed checkout"}</b></td>
|
||||
</tr>
|
||||
{/postage}
|
||||
{else}
|
||||
{assign var="postageAmount" value=0 }
|
||||
|
||||
Reference in New Issue
Block a user