From 43757f1a0c2261852cb24a56f92ca52484468879 Mon Sep 17 00:00:00 2001 From: TheCoreDev Date: Sat, 10 Feb 2024 15:55:03 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9but=20des=20modifs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local/modules/CustomDelivery/I18n/email/default/fr_FR.php | 5 +++-- .../templates/email/default/custom-delivery-shipping.html | 4 +--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/local/modules/CustomDelivery/I18n/email/default/fr_FR.php b/local/modules/CustomDelivery/I18n/email/default/fr_FR.php index 9a7feca2..cb7d980a 100644 --- a/local/modules/CustomDelivery/I18n/email/default/fr_FR.php +++ b/local/modules/CustomDelivery/I18n/email/default/fr_FR.php @@ -3,11 +3,12 @@ return array( 'Best Regards.' => 'Cordialement.', 'Dear' => 'Cher/Chère', - 'Feel free to contact us for any further information' => 'Vous pouvez nous contacter pour toutes informations complémentaires', + 'Feel free to contact us for any further information' => 'Vous pouvez nous contacter pour toute information complémentaire.', + 'Please check this URL to track your parcel' => ' Vous pouvez suivre l\'envoi via ce lien', 'Please check this URL to track your parcel : %tracking_url' => 'Vous pouvez suivre votre colis en ligne à cette adresse : %tracking_url', 'Thank you for your order on our online store %store_name' => 'Merci pour votre commande sur notre boutique en ligne %store_name', 'The tracking number for this delivery is: %package' => 'Le numéro de suivi pour cette commande est: %package', 'Your %ref order has been shipped' => 'Votre commande %ref vient d\'être expédiée.', + 'Your order %order_ref (dated %order_date) has been shipped on {format_date date=$update_date output=' => 'Votre commande %order_ref (datée du %order_date) a été expédiée le {format_date date=$update_date output="date"}', 'Your order %order_ref dated %order_date has been shipped on %update_date' => 'Votre commande %order_ref datée du %order_date a été expédié le %update_date', - 'Your order %order_ref dated %order_date has been shipped on {format_date date=$update_date output=' => 'Votre commande %order_ref du %order_date vient d\'être expédiée le {format_date date=$update_date output="date"} order_ref={$order_ref} order_date={format_date date=$order_date} update_date={format_date date=$update_date}', ); diff --git a/local/modules/CustomDelivery/templates/email/default/custom-delivery-shipping.html b/local/modules/CustomDelivery/templates/email/default/custom-delivery-shipping.html index 498c5ebf..15024dc0 100644 --- a/local/modules/CustomDelivery/templates/email/default/custom-delivery-shipping.html +++ b/local/modules/CustomDelivery/templates/email/default/custom-delivery-shipping.html @@ -15,7 +15,6 @@ {* Content *} {block name="email-content"} - {loop type="customer" name="customer.order" current="false" id="$customer_id" backend_context="1"}

{intl l="Dear" } {$LASTNAME} {$FIRSTNAME},

{/loop} @@ -25,10 +24,9 @@ {if $package}

{intl l="The tracking number for this delivery is: %package" package={$package}}

{if $tracking_url} -

{intl l="Please check this URL to track your parcel : %tracking_url" tracking_url={$tracking_url}}

+

{intl l="Please check this URL to track your parcel" tracking_url={$tracking_url}}

{/if} {/if}

{intl l="Feel free to contact us for any further information"}

{intl l="Best Regards."}

- {/block} \ No newline at end of file