File: /home4/cca63905/www/nueva/modules/bonorder/mails/es/bonorder.html
<!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">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Ordered a quick product purchase ({shop_name})</title>
</head>
<body style="width:650px;">
<table style="width:100%;margin-top:10px;">
<tr>
<td align="center" style="border-bottom:1px solid #f8f8f8;padding:7px 0">
<a title="{shop_name}" href="{shop_url}" style="color:#333333;font-weight:400;font-size:25px;text-transform:uppercase;line-height:32px;">
<img src="{shop_logo}" alt="{shop_name}" />
</a>
</td>
</tr>
<tr>
<td align="center">
<table style="width: 100%;background: #fff;">
<tr>
<td align="center">
<h2>
<span style="font-weight:400;font-size:27px;text-transform:uppercase;line-height:32px;">Request a call</span>
</h2>
</td>
</tr>
<tr style="padding-bottom: 30px">
<td style="border:1px solid #D6D4D4;background-color:#f8f8f8;padding:12px;">
<table style="width: 100%;">
<tr>
<td>
<span>
<span>Phone number: <strong>{phone}</strong></span><br /><br />
<span>Customer name: <strong>{name}</strong></span><br /><br />
<span>Product: <strong><a href="{product_link}">{product_name}</a></strong></span><br /><br />
</span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding:8px 0;">
<span><a href="{shop_url}">{shop_name}</a></span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>