[-] FO : #PSCFV-2920 - Hidding order number, use order reference instead
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order {order_name} - Awaiting wire payment</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Awaiting wire payment</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Thank you for shopping at {shop_name}!<br /><br /> Your order {order_name} has been placed successfully and will be <strong>shipped as soon as we receive your payment</strong>.</td>
|
||||
<td align="left">Thank you for shopping at {shop_name}!<br /><br /> Your order with the reference {order_name} has been placed successfully and will be <strong>shipped as soon as we receive your payment</strong>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -2,7 +2,7 @@ Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping at {shop_name}!
|
||||
|
||||
Your order {order_name} has been placed successfully and will be shipped as soon as we receive your payment.
|
||||
Your order with the reference {order_name} has been placed successfully and will be shipped as soon as we receive your payment.
|
||||
|
||||
You have selected to pay by wire transfer.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order {order_name} - Awaiting check payment</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Awaiting check payment</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Thank you for shopping at {shop_name}!<br /><br /> Your order {order_name} has been placed successfully and will be <strong>shipped as soon as we receive your payment</strong>.</td>
|
||||
<td align="left">Thank you for shopping at {shop_name}!<br /><br /> Your order with the reference {order_name} has been placed successfully and will be <strong>shipped as soon as we receive your payment</strong>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping at {shop_name}!
|
||||
|
||||
Your order {order_name} has been placed successfully and will be shipped as soon as we receive your payment.
|
||||
Your order with the reference {order_name} has been placed successfully and will be shipped as soon as we receive your payment.
|
||||
|
||||
You have selected to pay by check. Please include on your cheque:
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Your message has been sent successfully.<br /><br /> Message: {message}<br /><br /> Order ID : {id_order}<br /><br /> Attached file : {attached_file}</td>
|
||||
<td align="left">Your message has been sent successfully.<br /><br /> Message: {message}<br /><br /> Order ID : {order_name}<br /><br /> Attached file : {attached_file}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -6,7 +6,7 @@ Your message:
|
||||
|
||||
{message}
|
||||
|
||||
Order ID : {id_order}
|
||||
Order reference : {order_name}
|
||||
|
||||
Attached file : {attached_file}
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order #{id_order} - Credit slip created</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Credit slip created</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>We have generated a credit slip in your name for order #{id_order}</strong>.</td>
|
||||
<td align="left"><strong>We have generated a credit slip in your name for order with the reference {order_name}</strong>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -2,7 +2,7 @@ Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping at {shop_name}!
|
||||
|
||||
We have generated a credit slip in your name for order #{id_order}.
|
||||
We have generated a credit slip in your name for order with the reference {order_name}.
|
||||
|
||||
You can review this credit slip and download the invoice from the "Order follow" section of your account by clicking "My account" on our shop.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order #{id_order} - In transit</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - In transit</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>Your order #{id_order} is currently in transit.</strong>.<br /><br />You can track your package using the following link: <a href="{followup}">{followup}</a></td>
|
||||
<td align="left"><strong>Your order with the reference {order_name} is currently in transit.</strong>.<br /><br />You can track your package using the following link: <a href="{followup}">{followup}</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -2,7 +2,7 @@ Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping with {shop_name}!
|
||||
|
||||
Your order #{id_order} is currently in transit.
|
||||
Your order with the reference {order_name} is currently in transit.
|
||||
|
||||
You can track your package using the following link: {followup}
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order #{id_order} - Order cancelled</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Order cancelled</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>Your order #{id_order} from {shop_name} has been cancelled.</strong></td>
|
||||
<td align="left"><strong>Your order with the reference {order_name} from {shop_name} has been cancelled.</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Your order #{id_order} from {shop_name} has been cancelled.
|
||||
Your order with the reference {order_name} from {shop_name} has been cancelled.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>You have received a new message regarding order #{id_order}.</strong><br /><br /> <strong>Customer:</strong> {firstname} {lastname} ({email}) <br /><br /> {message}</td>
|
||||
<td align="left"><strong>You have received a new message regarding order with the reference {order_name}.</strong><br /><br /> <strong>Customer:</strong> {firstname} {lastname} ({email}) <br /><br /> {message}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Hello,
|
||||
|
||||
You have received a new message from a customer regarding order #{id_order}.
|
||||
You have received a new message from a customer regarding order with the reference {order_name}.
|
||||
|
||||
Customer: {firstname} {lastname} ({email})
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>You have received a new message from {shop_name} regarding order #{id_order}.</strong> <br /><br /> Message:<br /> {message}</td>
|
||||
<td align="left"><strong>You have received a new message from {shop_name} regarding order with the reference {order_name}.</strong> <br /><br /> Message:<br /> {message}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
You have received a new message from {shop_name} regarding your order #{id_order}.
|
||||
You have received a new message from {shop_name} regarding your order with the reference {order_name}.
|
||||
|
||||
Message:
|
||||
{message}
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order #{id_order} - Item(s) out of stock</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Item(s) out of stock</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Thanks for your order #{id_order} from {shop_name}.<br /><br />Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this.</td>
|
||||
<td align="left">Thanks for your order with the reference {order_name} from {shop_name}.<br /><br />Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Thanks for your order #{id_order} from {shop_name}.
|
||||
Thanks for your order with the reference {order_name} from {shop_name}.
|
||||
|
||||
Unfortunately, one or more items are currently out of stock.
|
||||
This may cause a slight delay in your delivery.
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order #{id_order} - Payment processed</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Payment processed</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Thank you for shopping with {shop_name}!<br /><br /> <strong>Your payment for order #{id_order} was successfully processed.</strong></td>
|
||||
<td align="left">Thank you for shopping with {shop_name}!<br /><br /> <strong>Your payment for order with the reference {order_name} was successfully processed.</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -2,7 +2,7 @@ Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping with {shop_name}!
|
||||
|
||||
Your payment for order #{id_order} was successfully processed.
|
||||
Your payment for order with the reference {order_name} was successfully processed.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order #{id_order} - Payment processing error</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Payment processing error</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>There is a problem with your payment for {shop_name} order #{id_order}. Please contact us at your earliest convenience.</strong></td>
|
||||
<td align="left"><strong>There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience.</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
There is a problem with your payment for {shop_name} order #{id_order}. Please contact us at your earliest convenience.
|
||||
There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience.
|
||||
|
||||
We cannot ship your order until we receive your payment.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order #{id_order} - Processing</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order {order_name} - Processing</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>We are currently processing your {shop_name} order #{id_order}.</strong></td>
|
||||
<td align="left"><strong>We are currently processing your {shop_name} order with the reference {order_name}.</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
We are currently processing your {shop_name} order #{id_order}.
|
||||
We are currently processing your {shop_name} order with the reference {order_name}.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Refund processed for order #{id_order}</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Refund processed for order with the reference {order_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>We have processed your {shop_name} refund for order #{id_order}.</strong></td>
|
||||
<td align="left"><strong>We have processed your {shop_name} refund for order with the reference {order_name}.</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
We have processed your {shop_name} refund for order #{id_order}.
|
||||
We have processed your {shop_name} refund for order with the reference {order_name}.
|
||||
|
||||
You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order #{id_order} - Shipped</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Shipped</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Thank you for shopping with {shop_name}!<br /><br /><strong>Your order #{id_order} has been shipped.</strong><br />You will soon receive a URL to track the delivery progress of your package.</td>
|
||||
<td align="left">Thank you for shopping with {shop_name}!<br /><br /><strong>Your order with the reference {order_name} has been shipped.</strong><br />You will soon receive a URL to track the delivery progress of your package.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -2,7 +2,7 @@ Hi {firstname} {lastname},
|
||||
|
||||
Thank you for shopping with {shop_name}!
|
||||
|
||||
Your order #{id_order} has just been shipped.
|
||||
Your order with the reference {order_name} has just been shipped.
|
||||
|
||||
You will soon receive a URL to track the delivery progress of your package.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order #{id_order} - Voucher created</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Voucher created</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">A voucher has been created in your name as a result of your order #{id_order}.</td>
|
||||
<td align="left">A voucher has been created in your name as a result of your order with the reference {order_name}.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
A voucher has been created in your name as a result of your order #{id_order}.
|
||||
A voucher has been created in your name as a result of your order with the reference {order_name}.
|
||||
|
||||
Voucher code: {voucher_num}, in the amount of {voucher_amount}.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}.</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Nous avons bien enregistré votre commande {id_order}. Celle-ci vous sera envoyée dès réception de votre paiement.</td>
|
||||
<td align="left">Nous avons bien enregistré votre commande ayant pour référence {order_name}. Celle-ci vous sera envoyée dès réception de votre paiement.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Nous avons bien enregistré votre commande {id_order}. Celle-ci vous sera envoyée dès réception de votre paiement.
|
||||
Nous avons bien enregistré votre commande ayant pour référence {order_name}. Celle-ci vous sera envoyée dès réception de votre paiement.
|
||||
Pour rappel, vous avez sélectionné le mode de paiement par virement bancaire et celui-ci est à envoyer à :
|
||||
|
||||
{bankwire_owner}
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}.</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Nous avons bien enregistré votre commande {order_name}. Celle-ci vous sera envoyée dès réception de votre paiement.</td>
|
||||
<td align="left">Nous avons bien enregistré votre commande ayant pour référence {order_name}. Celle-ci vous sera envoyée dès réception de votre paiement.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Nous avons bien enregistré votre commande {order_name}.
|
||||
Nous avons bien enregistré votre commande ayant pour référence {order_name}.
|
||||
Celle-ci vous sera envoyée dès réception de votre paiement.
|
||||
|
||||
Pour rappel, vous avez choisi de régler votre commande par chèque, merci de nous transmettre votre règlement :
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Votre message a bien été envoyé.<br /><br /> Message : {message}<br /><br /> Numéro de commande : {id_order}<br /><br /> Fichié attaché : {attached_file}</td>
|
||||
<td align="left">Votre message a bien été envoyé.<br /><br /> Message : {message}<br /><br /> Référence de commande : {order_name}<br /><br /> Fichié attaché : {attached_file}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -4,7 +4,7 @@ Votre message :
|
||||
|
||||
{message}
|
||||
|
||||
Numéro de commande : {id_order}
|
||||
Référence commande : {order_name}
|
||||
|
||||
Fichié attaché : {attached_file}
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}.</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Nous vous informons de la génération d'un avoir à votre nom relatif à votre commande n°{id_order}.</td>
|
||||
<td align="left">Nous vous informons de la génération d'un avoir à votre nom relatif à votre commande ayant pour référence {order_name}.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Nous vous informons de la génération d'un avoir à votre nom relatif à votre commande n°{id_order}.
|
||||
Nous vous informons de la génération d'un avoir à votre nom relatif à votre commande ayant pour référence {order_name}.
|
||||
|
||||
Vous pouvez accéder à cet avoir et télécharger votre facture dans "Historique des commandes" de la rubrique "Mon compte" sur notre site {shop_url}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Votre commande {id_order} a été annulée.
|
||||
Votre commande ayant pour référence {order_name} a été annulée.
|
||||
|
||||
Vous pouvez accéder à tout moment au suivi de votre commande dans "Historique des commandes" de la rubrique "Mon compte" sur notre site {shop_name}.
|
||||
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>Vous avez reçu un nouveau message concernant la commande n°{id_order} :</strong> <br /><br /> {message}</td>
|
||||
<td align="left"><strong>Vous avez reçu un nouveau message concernant la commande ayant pour référence {order_name} :</strong> <br /><br /> {message}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Bonjour,
|
||||
|
||||
Vous avez reçu un nouveau message concernant la commande n°{id_order} :
|
||||
Vous avez reçu un nouveau message concernant la commande ayant pour référence {order_name} :
|
||||
{message}
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><strong>Vous avez reçu un nouveau message concernant la commande n°{id_order} :</strong> <br /><br /> {message}</td>
|
||||
<td align="left"><strong>Vous avez reçu un nouveau message concernant la commande ayant pour référence {order_name} :</strong> <br /><br /> {message}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Vous avez reçu un nouveau message concernant la commande n°{id_order} :
|
||||
Vous avez reçu un nouveau message concernant la commande ayant pour référence {order_name} :
|
||||
{message}
|
||||
|
||||
Vous pouvez à tout moment consulter vos anciens messages dans votre suivi de commande.
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Votre commande {id_order} est bien enregistrée mais nécessite un réapprovisionnement.
|
||||
Votre commande ayant pour référence {order_name} est bien enregistrée mais nécessite un réapprovisionnement.
|
||||
|
||||
Vous pouvez accéder à tout moment au suivi de votre commande dans la rubrique "Mon compte".
|
||||
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Le paiement pour votre commande {id_order} a été accepté.
|
||||
Le paiement pour votre commande ayant pour référence {order_name} a été accepté.
|
||||
|
||||
Vous pouvez accéder à tout moment au suivi de votre commande dans "Historique des commandes" de la rubrique "Mon compte" sur notre site.
|
||||
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Un problème a été constaté pour le paiement de votre commande {id_order}.
|
||||
Un problème a été constaté pour le paiement de votre commande ayant pour référence {order_name}.
|
||||
|
||||
Vous pouvez à tout moment accéder au suivi de votre commande dans la rubrique "Mon compte" du site.
|
||||
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Votre commande {id_order} est en cours de préparation.
|
||||
Votre commande ayant pour référence {order_name} est en cours de préparation.
|
||||
|
||||
Vous pouvez accéder à tout moment au suivi de votre commande dans "Historique de mes commandes" de la rubrique "Mon compte" sur notre site.
|
||||
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Votre commande {id_order} vous a bien été remboursée.
|
||||
Votre commande ayant pour référence {order_name} vous a bien été remboursée.
|
||||
|
||||
Vous pouvez accéder à tout moment au suivi de votre commande dans la rubrique "Mon compte" du site.
|
||||
Si vous avez un compte invité, vous pouvez suivre votre commande à cette adresse : {shop_url}?controller=guest-tracking
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Votre commande {id_order} vient d'être expédiée.
|
||||
Votre commande ayant pour référence {order_name} vient d'être expédiée.
|
||||
|
||||
Vous recevrez prochainement un lien vous permettant le suivi de votre colis.
|
||||
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande n°{id_order}</td>
|
||||
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Historique de votre commande ayant pour référence {order_name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Nous vous informons de la génération d'un bon de réduction à votre nom relatif à votre commande n°{id_order}.</td>
|
||||
<td align="left">Nous vous informons de la génération d'un bon de réduction à votre nom relatif à votre commande ayant pour référence {order_name}.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Bonjour {firstname} {lastname},
|
||||
|
||||
Nous vous informons de la génération d'un bon de réduction à votre nom relatif à votre commande n°{id_order}.
|
||||
Nous vous informons de la génération d'un bon de réduction à votre nom relatif à votre commande ayant pour référence {order_name}.
|
||||
|
||||
Voici le numéro de votre bon de réduction : {voucher_num}, d'un montant total de {voucher_amount}.
|
||||
Copiez-collez ce numéro dans le panier de votre prochain achat avant de régler la commande.
|
||||
|
||||
Reference in New Issue
Block a user