// Fix back office order link
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<tr><td> </td></tr>
|
||||
<tr>
|
||||
<td align="left">
|
||||
Go on <a href="{backoffice_order}" style="color:#DB3484; font-weight:bold; text-decoration:none;">{backoffice_order}</a> to finalize the payment.
|
||||
Go on <a href="{order_link}" style="color:#DB3484; font-weight:bold; text-decoration:none;">{order_link}</a> to finalize the payment.
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td> </td></tr>
|
||||
|
||||
@@ -2,7 +2,7 @@ Hi {firstname} {lastname},
|
||||
|
||||
A new command has been generated to you.
|
||||
|
||||
Go on {backoffice_order} to finalize the payment.
|
||||
Go on {order_link} to finalize the payment.
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<tr><td> </td></tr>
|
||||
<tr>
|
||||
<td align="left">
|
||||
Rendez vous sur <a href="{backoffice_order}" style="color:#DB3484; font-weight:bold; text-decoration:none;">{backoffice_order}</a> pour finaliser le paiement.
|
||||
Rendez vous sur <a href="{order_link}" style="color:#DB3484; font-weight:bold; text-decoration:none;">{order_link}</a> pour finaliser le paiement.
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td> </td></tr>
|
||||
|
||||
@@ -2,7 +2,7 @@ Bonjour {firstname} {lastname},
|
||||
|
||||
Une nouvelle commande vous a été générée.
|
||||
|
||||
Rendez vous sur cette adresse pour finaliser le paiement : {backoffice_order}
|
||||
Rendez vous sur cette adresse pour finaliser le paiement : {order_link}
|
||||
|
||||
{shop_name} - {shop_url}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user