12792 - change delivery text in order carrier step

This commit is contained in:
Rodney Figaro 2017-03-31 09:41:45 +02:00
parent e079695f01
commit 0c386225e2

View File

@ -37,11 +37,17 @@
<div id="opc_delivery_methods" class="opc-main-block"> <div id="opc_delivery_methods" class="opc-main-block">
<div id="opc_delivery_methods-overlay" class="opc-overlay" style="display: none;"></div> <div id="opc_delivery_methods-overlay" class="opc-overlay" style="display: none;"></div>
{/if} {/if}
{foreach $delivery_option_list as $id_address => $option_list} {foreach $delivery_option_list as $id_address => $option_list}
<p class="carrier_title address-text"> <p class="carrier_title address-text">
{if isset($address_collection[$id_address])} {if isset($address_collection[$id_address])}
{l s='Choose a shipping option for this address:'} <span class="chosen-address">{l s='Vous avez choisi l\'adresse : '}<span>{$address_collection[$id_address]->alias}</span></span> {if isset($delivery_date_start) && isset($delivery_date_end)}
{l s='Livraison prévue '}{l s='entre'} <strong>{$delivery_date_start|date_format:"%A %d/%m"}</strong> {l s='et'} <strong>{$delivery_date_end|date_format:"%A %d/%m"}</strong>.
{elseif isset($delivery_other_delay_title)}
{l s='Nous mettons tout en oeuvre pour expédier vos produits sous %s.' sprintf=[$delivery_other_delay_title]}
{/if}
<br />
<br />
<span class="chosen-address">{l s='Vous avez choisi l\'adresse : '}<span>{$address_collection[$id_address]->alias}</span></span>
{else} {else}
{l s='Choose a shipping option'} {l s='Choose a shipping option'}
{/if} {/if}