diff --git a/local/modules/ColissimoWs/I18n/email/default2020/fr_FR.php b/local/modules/ColissimoWs/I18n/email/default2020/fr_FR.php new file mode 100644 index 00000000..51739960 --- /dev/null +++ b/local/modules/ColissimoWs/I18n/email/default2020/fr_FR.php @@ -0,0 +1,15 @@ +Click here to track your shipment. You can also enter the tracking number on https://www.laposte.fr/outils/suivre-vos-envois' => 'Cliquez ici pour suivre l\'acheminement. Vous pouvez aussi entrer le numéro de suivi sur https://www.laposte.fr/outils/suivre-vos-envois', + 'Dear Mr. ' => 'Cher Mr', + 'Dear Ms. ' => 'Cher Mme', + 'Please display this message in HTML' => 'Afficher ce message en HTML', + 'Thank you for your shopping with us and hope to see you soon on www.yourshop.com' => 'Nous vous remercions pour votre achat et espérons vous revoir très vite sur www.votreboutique.com', + 'We are pleased to inform you that your order number' => 'Nous sommes heureux de vous informer que votre commande N°', + 'Your on-line store Manager' => 'Nom de personne chargé de la communication', + 'Your order confirmation Nº %ref' => 'Votre commande N° %ref', + 'Your shop' => 'Votre boutique', + 'has been shipped on' => 'a été envoyé le', + 'with the tracking number' => 'avec le numéro de suivi', +); diff --git a/local/modules/ColissimoWs/I18n/pdf/default2020/fr_FR.php b/local/modules/ColissimoWs/I18n/pdf/default2020/fr_FR.php new file mode 100644 index 00000000..a96d4c25 --- /dev/null +++ b/local/modules/ColissimoWs/I18n/pdf/default2020/fr_FR.php @@ -0,0 +1,17 @@ + 'Pays', + 'Engraving ' => 'Gravure', + 'Font ' => 'Police de caractère', + 'Free samples ' => 'Échantillons gratuits ', + 'Full Description of Goods' => 'Description complète des biens', + 'Position ' => 'Position', + 'Quantity' => 'Quantité', + 'Style ' => 'Style', + 'Subtotal value' => 'Sous-total', + 'Unit net weight' => 'Poids net unitaire', + 'Unit value' => 'Valeur unitaire', + 'Your gift ' => 'Votre cadeau', + 'Your text ' => 'Votre texte', +); diff --git a/local/modules/ColissimoWs/templates/email/default2020/order_shipped.html b/local/modules/ColissimoWs/templates/email/default2020/order_shipped.html new file mode 100644 index 00000000..56848c7b --- /dev/null +++ b/local/modules/ColissimoWs/templates/email/default2020/order_shipped.html @@ -0,0 +1,34 @@ +{extends file="email-layout.tpl"} + +{* Do not provide a "Open in browser" link *} +{block name="browser"}{/block} +{* No pre-header *} +{block name="pre-header"}{/block} + +{* Subject *} +{block name="email-subject"}{intl l="Your order confirmation Nº %ref" d="colissimows.email.default2020" ref={$order_ref}}{/block} + +{* Title *} +{block name="email-title"}{/block} + +{* Content *} +{block name="email-content"} + + {loop type="customer" name="customer.politesse" id={$customer_id} current="0"} + {assign var="customerRef" value=$REF} + +
{if {$TITLE} == 9}{intl l="Dear Mr. " d="colissimows.email.default2020"} + {else}{intl l="Dear Ms. " d="colissimows.email.default2020"} + {/if} + {$FIRSTNAME} {$LASTNAME}, +
+ + {/loop} + +{intl l="We are pleased to inform you that your order number" d="colissimows.email.default2020"} {$order_ref} {intl l="has been shipped on" d="colissimows.email.default2020"} {format_date date=$update_date output="date"} {intl l="with the tracking number" d="colissimows.email.default2020"} {$package}.
+ +{intl l='Click here to track your shipment. You can also enter the tracking number on https://www.laposte.fr/outils/suivre-vos-envois' d="colissimows.email.default2020" package=$package}
+{intl l='Thank you for your shopping with us and hope to see you soon on www.yourshop.com' d="colissimows.email.default2020"}
+{intl l="Your on-line store Manager" d="colissimows.email.default2020"}
+ {intl l="Your shop" d="colissimows.email.default2020"}
| + | + +
+
|
+
+
|
+
+
+
|
+
| {intl l="Full Description of Goods"} | +{intl l="Quantity"} | +{intl l="Unit value"} | +{intl l="Subtotal value"} | +{intl l="Unit net weight"} | +{intl l="Country"} | +{intl l="Comm. code"} | +
|
+
+ {$itemCount = $itemCount + $QUANTITY}
+
+ {$TITLE}
+ {ifloop rel="combinations"}
+ + {loop type="order_product_attribute_combination" name="combinations" order_product=$ID} + - {$ATTRIBUTE_TITLE} - {$ATTRIBUTE_AVAILABILITY_TITLE} + + {/loop} + {/ifloop} + + {loop type="marquage.orderproduct" name="gravures" order_product_id=$ID} + {loop type="marquage.police" name="police" id=$POLICE} + {$nomPolice = $NOM} + {/loop} + + {intl l='Engraving '}: + + - {intl l='Font '}: {$nomPolice} + + - {intl l='Position '}: {$POSITION} + + - {intl l='Style '}: {$TYPE} + + - {intl l='Your text '}: {$TEXTE} + {/loop} + + |
+ {$QUANTITY} | +{format_money number=$realTaxedPrice symbol=$orderCurrencySymbol} | +{format_money number={$realTaxedPrice * $QUANTITY} symbol=$orderCurrencySymbol} | +{$WEIGHT} | +France | ++ |
| + |
+ Total declared value : {format_money number={$totalValue} symbol=$orderCurrency} +Total units: {$itemCount} + |
+
+ Total Net Weight: {$WEIGHT} kg(s) + {* Mettre une estimation du poids brut *} +Total Gross Weight: {$WEIGHT + 0} kg(s) + |
+
|
+ Type of Export: permanent +Reason for Export: + |
+
+ Currency Code: {$orderCurrency} +Terms of Trade: DAP +City Name of liability: + |
+
|
+ Signature: {intl l=""} +Airwaybill Number: + |
+
+ Company Stamp: {$store_name} +{$store_zipcode} {$store_city} + |
+