46 lines
1.9 KiB
HTML
46 lines
1.9 KiB
HTML
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Message from {shop_name}</title>
|
|
|
|
|
|
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
|
|
<tbody>
|
|
<tr>
|
|
<td align="left"><a title="{shop_name}" href="{shop_url}"><img style="border: none;" src="{shop_logo}" alt="{shop_name}"></a></td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left">Hola <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your order with the reference {order_name} - Order changed</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left"><strong>Su pedido con la referencia {order_name} de {shop_name} ha sido modificado por el comerciante.<br></strong></td></tr><tr><td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left">Puede revisar su pedido y descargar su factura desde la sección <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Historial de pedidos"</a> de su cuenta de cliente haciendo clic en <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{my_account_url}">"Mi cuenta"</a> en nuestra web.<br><br></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left">Si tiene una cuenta de invitado, puede revisar su pedido en la sección <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}">"Seguimiento de invitado"</a> en nuestra web.</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> desarrollado por <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|