Début des modifs
This commit is contained in:
@@ -3,11 +3,12 @@
|
|||||||
return array(
|
return array(
|
||||||
'Best Regards.' => 'Cordialement.',
|
'Best Regards.' => 'Cordialement.',
|
||||||
'Dear' => 'Cher/Chère',
|
'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 <a href=\'%tracking_url\'>this URL</a> to track your parcel' => ' Vous pouvez suivre l\'envoi via <a href=\'%tracking_url\'>ce lien</a>',
|
||||||
'Please check this URL to track your parcel : %tracking_url' => 'Vous pouvez suivre votre colis en ligne à cette adresse : %tracking_url',
|
'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',
|
'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',
|
'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 %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 %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}',
|
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
{* Content *}
|
{* Content *}
|
||||||
{block name="email-content"}
|
{block name="email-content"}
|
||||||
|
|
||||||
{loop type="customer" name="customer.order" current="false" id="$customer_id" backend_context="1"}
|
{loop type="customer" name="customer.order" current="false" id="$customer_id" backend_context="1"}
|
||||||
<p>{intl l="Dear" } {$LASTNAME} {$FIRSTNAME},</p>
|
<p>{intl l="Dear" } {$LASTNAME} {$FIRSTNAME},</p>
|
||||||
{/loop}
|
{/loop}
|
||||||
@@ -25,10 +24,9 @@
|
|||||||
{if $package}
|
{if $package}
|
||||||
<p>{intl l="The tracking number for this delivery is: %package" package={$package}}</p>
|
<p>{intl l="The tracking number for this delivery is: %package" package={$package}}</p>
|
||||||
{if $tracking_url}
|
{if $tracking_url}
|
||||||
<p>{intl l="Please check this URL to track your parcel : %tracking_url" tracking_url={$tracking_url}}</p>
|
<p>{intl l="Please check <a href='%tracking_url'>this URL</a> to track your parcel" tracking_url={$tracking_url}}</p>
|
||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
<p>{intl l="Feel free to contact us for any further information"}</p>
|
<p>{intl l="Feel free to contact us for any further information"}</p>
|
||||||
<p>{intl l="Best Regards."}</p>
|
<p>{intl l="Best Regards."}</p>
|
||||||
|
|
||||||
{/block}
|
{/block}
|
||||||
Reference in New Issue
Block a user