51 lines
1.8 KiB
HTML
51 lines
1.8 KiB
HTML
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Mensaje desde {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>, <br><br>Gracias por su pedido en <strong>{shop_name}</strong>.</td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left">Tiene {nbProducts} producto(s) para descargar.</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left">Este es el acceso directo: {virtualProducts}</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left">Puede revisar este pedido y descargar su factura desde la sección <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{history_url}">"Seguimiento de Pedido"</a> de su cuenta pulsando 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 ver su pedido en la sección <a style="color: {color}; font-weight: bold; text-decoration: none;" href="{guest_tracking_url}?id_order={order_name}">"Seguimiento de invitado"</a> de 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>
|
|
|