Fix mails not get from server

This commit is contained in:
Michael RICOIS 2017-11-14 11:48:12 +01:00
parent c261d04612
commit f26fe921ce
65 changed files with 1490 additions and 1325 deletions

View File

@ -2,9 +2,51 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<title>Mensaje desde {shop_name}</title>
</head>
<body>
<table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; 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>&nbsp;</td>
</tr>
<tr>
<td align="left">Hola <strong>{firstname} {lastname}</strong>,</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Detalles de tu cuenta</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Email: <strong><span>{email}</span></strong> <br />Contrase&ntilde;a: <strong>{passwd}</strong></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left"><strong>Consejos de Seguridad:</strong> <br /><br />Mant&eacute;n los datos de tu cuenta en un lugar seguro. <br />No des los detalles de tu cuenta a nadie. <br />Cambia tu contrase&ntilde;a regularmente. <br />Si sospechas que alguien está usando ilegalmente tu cuenta, av&iacute;sanos inmediatamente.</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Ahora podr&aacute;s guardar y consultar tus pedidos en nuestra web: <a href="{shop_url}" style="color:#e26ea2">{shop_name}</a>.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>
</body>
</html>

26
mails/es/ant_alerthack.html Executable file
View File

@ -0,0 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Message Alert Hacking</title>
</head>
<body>
<table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 100%;">
<tr>
<td align="left">
<a href="{shop_url}" title="{shop_name}"><img alt="{shop_name}" src="{shop_logo}" style="border:none;" ></a>
</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="left" style="background: #514c8c; color:#ffffff; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Un visiteur ({suspect_email}) a envoyé {limit} messages en {time}min.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</table>
</body>
</html>

1
mails/es/ant_alerthack.txt Executable file
View File

@ -0,0 +1 @@
Un visiteur ({suspect_email}) a envoyé {limit} messages en {time}min

View File

@ -14,7 +14,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Tu mensaje se ha enviado correctamente al Servicio de atenci&oacute;n al cliente.</td>
<td style="background-color: #db3484; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Tu mensaje se ha enviado correctamente al Servicio de atención al cliente.</td>
</tr>
<tr>
<td>&nbsp;</td>

View File

@ -26,36 +26,41 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Te informamos de que hemos efectuado correctamente la devoluci&oacute;n del importe de los siguientes art&iacute;culos de tu pedido #{id_order}.</td>
<td align="left">Te informamos de que hemos efectuado correctamente la devolución del importe de los siguientes artículos de tu pedido #{id_order}.</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">{products} {fraisport}
<table style="width: 100%;"><!-- Title -->
<tbody>
<tr style="background-color: #cccccc; text-align: center;"><th style="width: 30%; padding: 0.6em 0;">Producto</th><th style="width: 20%; padding: 0.6em 0;">Precio unitario</th><th style="width: 15%; padding: 0.6em 0;">Cantidad</th><th style="width: 20%; padding: 0.6em 0;">Total</th></tr>
<!-- Products --><!-- Footer: prices -->
<td align="left">
<table style="width:100%;">
<!-- Title -->
<tr style="background-color:#cccccc; text-align:center;">
<th style="width:30%; padding: 0.6em 0;">Producto</th>
<th style="width:20%; padding: 0.6em 0;">Precio unitario</th>
<th style="width:15%; padding: 0.6em 0;">Cantidad</th>
<th style="width:20%; padding: 0.6em 0;">Total</th>
</tr>
<!-- Products -->
{products}
<!-- Footer: prices -->
<tr style="text-align:right;">
<td style="background-color: #e2e2e1; padding: 0.6em 0.4em;" colspan="3">Total productos</td>
<td colspan="3" style="background-color:#e2e2e1; padding:0.6em 0.4em;">Total productos</td>
<td style="background-color:#e2e2e1; padding:0.6em 0.4em;">{total_products}</td>
</tr>
</tbody>
{fraisport}
</table>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="left">Puedes revisar el pedido y descargar la factura desde la secci&oacute;n <a style="color: #e26ea2;" href="{shop_url}order-follow.php">"Seguimiento de Pedido"</a> del link <a style="color: #e26ea2;" href="{shop_url}my-account.php">"Mi Cuenta"</a> en nuestra web.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -32,19 +32,19 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes saber la ubicaci&oacute;n actual de tu pedido haciendo clic en este enlace: <a style="color: #e26ea2;" href="{followup}">{followup}</a></td>
<td align="left">Puedes saber la ubicación actual de tu pedido haciendo clic en este enlace: <a style="color: #e26ea2;" href="{followup}">{followup}</a></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes consultar este pedido y descargar la factura desde la secci&oacute;n <a style="color: #e26ea2; font-weight: bold; text-decoration: none;" href="{shop_url}history.php">"Seguimiento de Pedido"</a> de <a style="color: #e26ea2; font-weight: bold; text-decoration: none;" href="{shop_url}my-account.php">"Mi Cuenta"</a><a> en nuestra web. </a></td>
<td align="left">Puedes consultar este pedido y descargar la factura desde la sección <a style="color: #e26ea2; font-weight: bold; text-decoration: none;" href="{shop_url}history.php">"Seguimiento de Pedido"</a> de <a style="color: #e26ea2; font-weight: bold; text-decoration: none;" href="{shop_url}my-account.php">"Mi Cuenta"</a><a> en nuestra web. </a></td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -18,7 +18,7 @@
<tr><td>&nbsp;</td></tr>
<tr>
<td align="left">
<b>Te informamos de que el/los producto(s) de la marca {sale} de tu pedido nº{id_order}, ya ha(n) sido enviado(s) directamente por nuestro proveedor mediante el transportista {carrier}</b>
Te informamos de que el/los producto(s) de la marca {sale} de tu pedido nº{id_order}, ya ha(n) sido enviado(s) directamente por nuestro proveedor mediante el transportista {carrier}
</td>
</tr>
<tr><td>&nbsp;</td></tr>

View File

@ -2,5 +2,42 @@
global $_LANGMAIL;
$_LANGMAIL = array();
$_LANGMAIL['Welcome!'] = 'Bienvenido !';
$_LANGMAIL['Message from contact form'] = 'Mensaje desde el formulario de contacto';
$_LANGMAIL['Your message has been correctly sent'] = 'Su mensaje se ha enviado correctamente';
$_LANGMAIL['New credit slip regarding your order'] = 'Reembolsos realizados';
$_LANGMAIL['Virtual product to download'] = 'Producto virtual a descargar';
$_LANGMAIL['Fwd: Customer message'] = 'Fw: Mensaje de cliente';
$_LANGMAIL['Your guest account has been transformed to customer account'] = 'Su cuenta de invitado se transformo en cuenta de cliente';
$_LANGMAIL['Package in transit'] = 'Paquete en transito';
$_LANGMAIL['[Log'] = '[Log';
$_LANGMAIL['Order confirmation'] = 'Confirmación de pedido';
$_LANGMAIL['Message from a customer'] = 'Mensaje de un cliente';
$_LANGMAIL['New message regarding your order'] = 'Nuevo mensaje en su orden';
$_LANGMAIL['Your order return state has changed'] = 'El estado de retorno de su orden ha cambiado';
$_LANGMAIL['Your password'] = 'Tu contrase<73>a';
$_LANGMAIL['Password query confirmation'] = 'Confirmación de password';
$_LANGMAIL['An answer to your message is available'] = 'Hay una respuesta a su mensaje ';
$_LANGMAIL['New voucher regarding your order'] = 'Nuevo cupon correspondiente a su orden';
$_LANGMAIL['Happy birthday!'] = 'Feliz cumpleaños!';
$_LANGMAIL['Newsletter confirmation'] = 'Confirmación de newsletter';
$_LANGMAIL['Newsletter voucher'] = 'Cupon de newsletter';
$_LANGMAIL['Your wishlist\\\'s link'] = 'Su enlace de Lista de deseos';
$_LANGMAIL['Message from '] = 'Mensaje de';
$_LANGMAIL['$subject'] = '$subject';
$_LANGMAIL['Your cart and your discount'] = 'Su cesta y su descuento';
$_LANGMAIL['Thanks for your order'] = 'Gracias por su pedido';
$_LANGMAIL['You are one of our best customers'] = 'Usted es uno de nuestros mejores clientes';
$_LANGMAIL['We miss you'] = 'Te extrañamos';
$_LANGMAIL['Product available'] = 'Producto disponible';
$_LANGMAIL['Product out of stock'] = 'Producto fuera de stock';
$_LANGMAIL['Error reporting from your PayPal module'] = 'Error desde el modulo paypal';
$_LANGMAIL['Congratulations!'] = 'Felicitaciones!';
$_LANGMAIL['Referral Program'] = 'Programa de referidos';
$_LANGMAIL['A friend sent you a link to'] = 'Un amigo te ha enviado un link';
$_LANGMAIL['Log: You have a new alert from your shop'] = 'Log: Tiene un nuevo alerta desde su tienda';
$_LANGMAIL['Message from \').$customer->lastname.\' '] = 'Mensaje de \').$customer->lastname.\'';
$_LANGMAIL[' $subject'] = '$subject';
$_LANGMAIL['A friend sent you a link to\').\' '] = 'Un amigo le envio un enlace a\').\'';
?>

View File

@ -20,7 +20,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Informaci&oacute;n sobre el pedido #{id_order}</td>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Información sobre el pedido #{id_order}</td>
</tr>
<tr>
<td>&nbsp;</td>
@ -32,13 +32,14 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes consultar este pedido y descargar tu factura desde la secci&oacute;n <a style="color: #e26ea2;" href="{shop_url}order-follow.php">"Seguimiento de Pedido"</a> de <a style="color: #e26ea2;" href="{shop_url}my-account.php">"Mi Cuenta"</a> en nuestra p&aacute;gina web.</td>
<td align="left">Puedes consultar este pedido y descargar tu factura desde la secci&oacute;n <a style="color: #e26ea2;" href="{shop_url}order-follow.php">"Seguimiento de Pedido"</a> de <a style="color: #e26ea2;" href="{shop_url}my-account.php">"Mi Cuenta"</a> en nuestra página web.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -80,7 +80,7 @@
<td>
<table style="width: 100%; font-size: 11px; color: #374953;">
<tbody>
<tr style="background-color: #b9babe; text-transform: uppercase;"><th style="text-align: left; padding: 0.3em 1em;">Direcci&oacute;n de Entrega</th><th style="text-align: left; padding: 0.3em 1em;">Direcci&oacute;n de Facturaci&oacute;n</th></tr>
<tr style="background-color: #b9babe; text-transform: uppercase;"><th style="text-align: left; padding: 0.3em 1em;">Direcci&Ograve;n de Entrega</th><th style="text-align: left; padding: 0.3em 1em;">Direcci&Ograve;n de Facturaci&Ograve;n</th></tr>
<tr>
<td style="padding: 0.5em 0 0.5em 0.5em; background-color: #ebecee;">{delivery_block_html}</td>
<td style="padding: 0.5em 0 0.5em 0.5em; background-color: #ebecee;">{invoice_block_html}</td>
@ -89,21 +89,26 @@
</table>
</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left"><span style="color: #db3484; font-weight: bold;">La fecha de entrega prevista de tu pedido es entre el {delivery_date}.</span> <br /> Recibir&aacute;s un email con el n&uacute;mero de seguimiento de tu pedido 48h antes.</td>
<td align="left">
<span style="color:#db3484;font-weight:bold">La fecha de entrega prevista de tu pedido es entre el {delivery_date}.</span>
<br />
Recibirás un email con el número de seguimiento de tu pedido 48h antes.
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes consultar tu pedido y descargar la factura aqu&iacute; en el apartado : <a style="color: #e26ea2;" href="{shop_url}history.php">"Historial de Pedidos"</a> en la secci&oacute;n <a style="color: #e26ea2;" href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra Web.</td>
<td align="left">Puedes consultar tu pedido y descargar la factura aquí en el apartado : <a style="color: #e26ea2; " href="{shop_url}history.php">"Historial de Pedidos"</a> en la sección <a style="color: #e26ea2; " href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra Web.</td>
</tr>
<tr>
<td>&nbsp;</td>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -20,7 +20,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Resumen de la devoluci&oacute;n {id_order_return}</td>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Resumen de la devolución {id_order_return}</td>
</tr>
<tr>
<td>&nbsp;</td>
@ -34,11 +34,11 @@
<tr>
<td align="left">Puede acceder al seguimiento de su devoluci&oacute;n y descargar su factura en <a style="color: #e26ea2; " href="{shop_url}history.php">"Hist&oacute;rico de pedidos"</a> en la secci&oacute;n <a style="color: #e26ea2; " href="{shop_url}my-account.php">"Mi cuenta"</a> de nuestra Web.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -20,7 +20,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Detalles de tu nueva contrase&ntilde;a</td>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Detalles de tu nueva contraseña</td>
</tr>
<tr>
<td>&nbsp;</td>
@ -32,13 +32,13 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Conserva tu contrase&ntilde;a y no la compartas. <br /><br />Ahora puedes realizar pedidos en nuestra web de : {shop_url}</td>
<td align="left">Conserva tu contraseña y no la compartas. <br /><br />Ahora puedes realizar pedidos en nuestra web de : {shop_url}</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -20,19 +20,19 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Si visualizas tus identificadores, esta acci&oacute;n cambiar&aacute; tu contrase&ntilde;a.</td>
<td align="left">Si visualizas tus identificadores, esta acción cambiará tu contraseña.</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Si es lo que deseas, haz clic aqu&iacute; :<br /><a href="{url}">{url}</a></td>
<td align="left">Si es lo que deseas, haz clic aquí :<br /><a href="{url}">{url}</a></td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -20,7 +20,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Informaci&oacute;n sobre el pedido #{id_order}:</td>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Información sobre el pedido #{id_order}:</td>
</tr>
<tr>
<td>&nbsp;</td>
@ -32,11 +32,14 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes consultar tu pedido y descargar la factura aqu&iacute; : Apartado <a style="color: #e26ea2;" href="{shop_url}history.php">"Historial de Pedidos"</a> en la secci&oacute;n <a style="color: #e26ea2;" href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra web.</td>
<td align="left">Puedes consultar tu pedido y descargar la factura aquí : Apartado <a style="color: #e26ea2;" href="{shop_url}history.php">"Historial de Pedidos"</a> en la sección <a style="color: #e26ea2;" href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra web.</td>
</tr>
<tr>
<td>&nbsp;</td>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -38,13 +38,13 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes consultar tu pedido y descargar la factura aqu&iacute; : Apartado <a style="color: #e26ea2;" href="{shop_url}history.php">"Historial de Pedidos"</a> en la secci&oacute;n <a style="color: #e26ea2;" href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra web.</td>
<td align="left">Puedes consultar tu pedido y descargar la factura aquí : Apartado <a style="color: #e26ea2; " href="{shop_url}history.php">"Historial de Pedidos"</a> en la sección <a style="color: #e26ea2; " href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra web.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -20,7 +20,7 @@
<td>&nbsp;</td>
</tr>
<tr>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Informaci&oacute;n sobre el pedido #{id_order}</td>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Información sobre el pedido #{id_order}</td>
</tr>
<tr>
<td>&nbsp;</td>
@ -32,11 +32,14 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes consultar tu pedido y descargar la factura aqu&iacute; en el apartado : <a style="color: #e26ea2;" href="{shop_url}history.php">"Historial de Pedidos"</a> en la secci&oacute;n <a style="color: #e26ea2;" href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra Web.</td>
<td align="left">Puedes consultar tu pedido y descargar la factura aquí en el apartado : <a style="color: #e26ea2; " href="{shop_url}history.php">"Historial de Pedidos"</a> en la sección <a style="color: #e26ea2; " href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra Web.</td>
</tr>
<tr>
<td>&nbsp;</td>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -20,25 +20,25 @@
<td>&nbsp;</td>
</tr>
<tr>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Informaci&oacute;n sobre el pedido #{id_order}</td>
<td style="background-color: #514c8c; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Información sobre el pedido #{id_order}</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left"><strong>La devoluci&oacute;n ha sido realizada con &eacute;xito. El importe reembolsado aparecer&aacute; en tu cuenta en unos 5 d&iacute;as laborables.</strong></td>
<td align="left"><strong>La devolución ha sido realizada con éxito. El importe reembolsado aparecerá en tu cuenta en unos 5 días laborables.</strong></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes consultar tu pedido y descargar la factura aqu&iacute; en el apartado : <a style="color: #e26ea2;" href="{shop_url}history.php">"Historial de Pedidos"</a> en la secci&oacute;n <a style="color: #e26ea2;" href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra Web.</td>
<td align="left">Puedes consultar tu pedido y descargar la factura aquí en el apartado : <a style="color: #e26ea2; " href="{shop_url}history.php">"Historial de Pedidos"</a> en la sección <a style="color: #e26ea2; " href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra Web.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -5,12 +5,27 @@
<title>Message from {shop_name}</title>
</head>
<body>
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
<tbody>
<ttable style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 550px;">
<tr>
<td style="border: 1px solid #CCCCCC; background-color: #ffffff; padding: 10px; color: #383838; font-size: 12px;">{reply}<br /><br /><span style="color: red; font-weight: bold;"> contestes a este mensaje. Si quieres contactarnos, hazlo a trav&eacute;s de este enlace: <a href="{link}">{link}</a>.</span></td>
<td align="left">
<a href="{shop_url}" title="{shop_name}"><img alt="{shop_name}" src="{shop_logo}" style="border:none;"></a>
</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="left">
{reply}
<br /><br />
<span style="color: red; font-weight: bold;">No contestes a este mensaje. Si quieres contactarnos, hazlo a través de este enlace:</span><br /><br />
<a href="{link}" style="color: #e26ea2;">{link}</a>
</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@ -26,19 +26,19 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left"><strong>Tu pedido ha sido enviado.</strong><br />Recibir&aacute;s pronto un enlace desde el cu&aacute;l podr&aacute;s realizar el seguimiento del env&iacute;o de tu pedido.</td>
<td align="left"><strong>Tu pedido ha sido enviado.</strong><br />Recibirás pronto un enlace desde el cuál podrás realizar el seguimiento del envío de tu pedido.</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Puedes consultar tu pedido y descargar la factura aqu&iacute; en el apartado : <a style="color: #e26ea2;" href="{shop_url}history.php">"Historial de Pedidos"</a> en la secci&oacute;n <a style="color: #e26ea2;" href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra Web.</td>
<td align="left">Puedes consultar tu pedido y descargar la factura aquí en el apartado : <a style="color: #e26ea2; " href="{shop_url}history.php">"Historial de Pedidos"</a> en la sección <a style="color: #e26ea2; " href="{shop_url}my-account.php">"Mi Cuenta"</a> de nuestra Web.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

View File

@ -32,13 +32,13 @@
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">El c&oacute;digo del vale es: <strong>{voucher_num}</strong>, y tiene un valor de <strong>{voucher_amount}</strong>.<br />Copia y pega &eacute;ste c&oacute;digo durante el proceso de pago de tu pr&oacute;ximo pedido.</td>
<td align="left">El código del vale es: <strong>{voucher_num}</strong>, y tiene un valor de <strong>{voucher_amount}</strong>.<br />Copia y pega éste código durante el proceso de pago de tu próximo pedido.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;" align="center">{shop_name} - <a style="color: #e26ea2;" href="{shop_url}">{shop_url}</a></td>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</tbody>
</table>

26
mails/fr/ant_alerthack.html Executable file
View File

@ -0,0 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Message Alert Hacking</title>
</head>
<body>
<table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 100%;">
<tr>
<td align="left">
<a href="{shop_url}" title="{shop_name}"><img alt="{shop_name}" src="{shop_logo}" style="border:none;" ></a>
</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="left" style="background: #514c8c; color:#ffffff; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Un visiteur ({suspect_email}) a envoyé {limit} messages en {time}min.</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="center" style="font-size: 12px; border-top: 1px solid #cccccc; padding-top: 5px;">
{shop_name} - <a href="{shop_url}" style="color: #e26ea2;">{shop_url}</a>
</td>
</tr>
</table>
</body>
</html>

1
mails/fr/ant_alerthack.txt Executable file
View File

@ -0,0 +1 @@
Un visiteur ({suspect_email}) a envoyé {limit} messages en {time}min