[12/11/2022] Complément sur module MondialRelay (complément d'info sur pays de livraison)
This commit is contained in:
BIN
local/media/images/module/retrait-magasin-46.png
Normal file
BIN
local/media/images/module/retrait-magasin-46.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
@@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'Engagement' => 'Your order must be withdrawn at our office in France.',
|
||||||
|
);
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'Engagement' => 'Vous vous engagez à venir retirer votre commande directement dans nos locaux.',
|
||||||
|
);
|
||||||
@@ -1,7 +1,11 @@
|
|||||||
<script type="text/html" id="mondialrelay_ui">
|
<script type="text/html" id="mondialrelay_ui">
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
<input type="hidden" name="mondial-relay-selected-delivery-mode" value="none">
|
<input type="hidden" name="mondial-relay-selected-delivery-mode" value="none">
|
||||||
|
|
||||||
|
{loop type="delivery" name="delivery-mondialrelay" code="MondialRelay"}
|
||||||
|
{assign var="complementTexte" value=$POSTSCRIPTUM}
|
||||||
|
{/loop}
|
||||||
|
|
||||||
{$withHome = false}
|
{$withHome = false}
|
||||||
{loop type="mondialrelay.delivery-price" name="home-prices" mode="home" country_id=$country state_id=$state}
|
{loop type="mondialrelay.delivery-price" name="home-prices" mode="home" country_id=$country state_id=$state}
|
||||||
{$withHome = true}
|
{$withHome = true}
|
||||||
@@ -15,7 +19,7 @@
|
|||||||
<label for="delivery-method_{$module_id}_home">
|
<label for="delivery-method_{$module_id}_home">
|
||||||
<input type="radio" data-mondial-relay-delivery-mode="home" name="{$name}" id="delivery-method_{$module_id}_home" value="{$module_id}">
|
<input type="radio" data-mondial-relay-delivery-mode="home" name="{$name}" id="delivery-method_{$module_id}_home" value="{$module_id}">
|
||||||
<strong>{intl d="mondialrelay.fo.default" l="Mondial Relay home delivery"}</strong>
|
<strong>{intl d="mondialrelay.fo.default" l="Mondial Relay home delivery"}</strong>
|
||||||
<span class="texte-complementaire-module">(France/Europe)</span>
|
<span class="texte-complementaire-module">{$complementTexte}</span>
|
||||||
<br>
|
<br>
|
||||||
<span class="help-block">
|
<span class="help-block">
|
||||||
{intl l="Expected delivery date: %delivery_date" delivery_date={format_date date=$DELIVERY_DATE output="date"} d="mondialrelay.fo.default" }
|
{intl l="Expected delivery date: %delivery_date" delivery_date={format_date date=$DELIVERY_DATE output="date"} d="mondialrelay.fo.default" }
|
||||||
@@ -71,7 +75,6 @@
|
|||||||
{/loop}
|
{/loop}
|
||||||
|
|
||||||
{$withRelay = false}
|
{$withRelay = false}
|
||||||
|
|
||||||
{loop type="mondialrelay.delivery-price" name="relay-prices" mode="relay" country_id=$country state_id=$state}
|
{loop type="mondialrelay.delivery-price" name="relay-prices" mode="relay" country_id=$country state_id=$state}
|
||||||
<!-- <div {if $withHome}class="pickup-home-separator"{/if}></div> //-->
|
<!-- <div {if $withHome}class="pickup-home-separator"{/if}></div> //-->
|
||||||
|
|
||||||
@@ -85,7 +88,7 @@
|
|||||||
<label for="delivery-method_{$module_id}_pickup">
|
<label for="delivery-method_{$module_id}_pickup">
|
||||||
<input type="radio" data-mondial-relay-delivery-mode="pickup" name="{$name}" id="delivery-method_{$module_id}_pickup" value="{$module_id}">
|
<input type="radio" data-mondial-relay-delivery-mode="pickup" name="{$name}" id="delivery-method_{$module_id}_pickup" value="{$module_id}">
|
||||||
<strong>{intl d="mondialrelay.fo.default" l="Mondial Relay pickup location"}</strong>
|
<strong>{intl d="mondialrelay.fo.default" l="Mondial Relay pickup location"}</strong>
|
||||||
<span class="texte-complementaire-module">(France/Europe)</span>
|
<span class="texte-complementaire-module">{$complementTexte}</span>
|
||||||
<br>
|
<br>
|
||||||
<span class="help-block">
|
<span class="help-block">
|
||||||
{intl l="Expected delivery date: %delivery_date" delivery_date={format_date date=$DELIVERY_DATE output="date"} d="mondialrelay.fo.default" }
|
{intl l="Expected delivery date: %delivery_date" delivery_date={format_date date=$DELIVERY_DATE output="date"} d="mondialrelay.fo.default" }
|
||||||
|
|||||||
Reference in New Issue
Block a user