12792 - change delivery text in order carrier step
This commit is contained in:
parent
e079695f01
commit
0c386225e2
@ -37,11 +37,17 @@
|
||||
<div id="opc_delivery_methods" class="opc-main-block">
|
||||
<div id="opc_delivery_methods-overlay" class="opc-overlay" style="display: none;"></div>
|
||||
{/if}
|
||||
|
||||
{foreach $delivery_option_list as $id_address => $option_list}
|
||||
<p class="carrier_title address-text">
|
||||
{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}
|
||||
{l s='Choose a shipping option'}
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user