77 lines
3.1 KiB
HTML
Executable File
77 lines
3.1 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>[{shop_name}] New order</title>
|
|
</head>
|
|
<body>
|
|
<table style="font-family:Verdana,sans-serif; font-size:11px; color:#374953; width: 550px;">
|
|
<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> </td></tr>
|
|
<tr>
|
|
<td align="left">Hello <strong style="color:#DB3484;">{firstname} {lastname}</strong>, thank you for shopping with <strong>{shop_name}</strong> and Mondial Relay.</td>
|
|
</tr>
|
|
<tr><td> </td></tr>
|
|
<tr>
|
|
<td align="left" style="background-color:#DB3484; color:#FFF; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Order details</td>
|
|
</tr>
|
|
<tr><td> </td></tr>
|
|
<tr>
|
|
<td align="left">
|
|
Order: <strong><span style="color:#DB3484;">{order_name}</span> placed on {date}</strong>
|
|
<br >Payment: <strong>{payment}</strong>
|
|
</td>
|
|
</tr>
|
|
<tr><td> </td></tr>
|
|
<tr>
|
|
<td align="left">
|
|
Carrier: <strong>{carrier}</strong>
|
|
</td>
|
|
</tr>
|
|
<tr><td> </td></tr>
|
|
<tr>
|
|
<td>
|
|
<table style="width:100%; font-family:Verdana,sans-serif; font-size:11px; color:#374953;">
|
|
<tr style="background-color:#B9BABE; text-transform:uppercase;">
|
|
<th style="text-align:left; padding: 0.3em 1em;">Point Relais® Delivery address</th>
|
|
<th style="text-align:left; padding: 0.3em 1em;">Billing address</th>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding:0.5em 0 0.5em 0.5em; background-color:#EBECEE;">
|
|
<br><span style="color:#DB3484; font-weight:bold;">{delivery_company}</span>
|
|
<br>{delivery_address1}
|
|
<br>{delivery_city} {delivery_postal_code}
|
|
<br>{delivery_country}
|
|
</td>
|
|
<td style="padding:0.5em 0 0.5em 0.5em; background-color:#EBECEE;">
|
|
{invoice_company}
|
|
<br><span style="color:#DB3484; font-weight:bold;">{invoice_firstname} {invoice_lastname}</span>
|
|
<br>{invoice_address1}
|
|
<br>{invoice_address2}
|
|
<br>{invoice_city} {invoice_postal_code}
|
|
<br>{invoice_country} {invoice_state}
|
|
<br>{invoice_phone}
|
|
<br>{invoice_other}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr><td> </td></tr>
|
|
<tr>
|
|
<td align="left">
|
|
You can review this order and download your invoice from the <a href="{shop_url}history.php" style="color:#DB3484; font-weight:bold; text-decoration:none;">"Order history"</a> section of your account by clicking <a href="{shop_url}my-account.php" style="color:#DB3484; font-weight:bold; text-decoration:none;">"My account"</a> on our Website.
|
|
</td>
|
|
</tr>
|
|
<tr><td> </td></tr>
|
|
<tr>
|
|
<td align="center" style="font-size:10px; border-top: 1px solid #D9DADE;">
|
|
<a href="{shop_url}" style="color:#DB3484; font-weight:bold; text-decoration:none;">{shop_name}</a> powered with <a href="http://www.prestashop.com/" style="text-decoration:none; color:#374953;">PrestaShop™</a></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |