// mail template src
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle">Thank you for creating a customer account at {shop_name}.</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your {shop_name} login details'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Here are your login details:'); ?><br />
|
||||
<?php echo t('<span><strong>E-mail address: <a href="mailto:{email}">{email}</a></strong>'); ?><br />
|
||||
<?php echo t('<strong>Password:</strong></span> {passwd}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p><?php echo t('Important Security Tips:'); ?></p>
|
||||
<ol>
|
||||
<li><?php echo t('Always keep your account details safe.'); ?></li>
|
||||
<li><?php echo t('Never disclose your login details to anyone.'); ?></li>
|
||||
<li><?php echo t('Change your password regularly.'); ?></li>
|
||||
<li><?php echo t('Should you suspect someone is using your account illegally, please notify us immediately.'); ?></li>
|
||||
</ol>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can now place orders on our shop: <a href="{shop_url}">{shop_name}</a></span>'); ?>.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,23 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('A new command has been generated to you.'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Go on <a href="{order_link}">{order_link}</a> to finalize the payment.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,51 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle">Thank you for shopping at {shop_name}!</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your order with the reference {order_name} - Awaiting wire payment'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Your order with the reference {order_name} has been placed successfully and will be <strong>shipped as soon as we receive your payment</strong>.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('You have selected to pay by wire transfer.'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Here are the bank details for your wire or transfer:'); ?><br />
|
||||
<?php echo t('<span><strong>Amount:</strong></span> {total_paid}'); ?><br />
|
||||
<?php echo t('<span><strong>Account owner:</strong></span> {bankwire_owner}'); ?><br />
|
||||
<?php echo t('<span><strong>Account details:</strong></span> {bankwire_details}'); ?><br />
|
||||
<?php echo t('<span><strong>Bank address:</strong></span> {bankwire_address}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,52 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle">Thank you for shopping at {shop_name}!</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your order with the reference {order_name} - Awaiting check payment'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Your order with the reference {order_name} has been placed successfully and will be <strong>shipped as soon as we receive your payment</strong>.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('You have selected to pay by check. Please include on your check.'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Here are the bank details for your wire or transfer:'); ?><br />
|
||||
<?php echo t('<span><strong>Amount:</strong></span> {total_paid}'); ?><br />
|
||||
<?php echo t('<span><strong>Payable to the order of:</strong></span> {cheque_name}'); ?><br />
|
||||
<?php echo t('Please mail your check to:</strong></span> {cheque_address_html}'); ?>
|
||||
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Message from a {shop_name} customer'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('<span><strong>Customer e-mail address: <a href="mailto:{email}">{email}</a></strong>'); ?><br /><br />
|
||||
<?php echo t('<span><strong>Customer message:</strong></span> {message}'); ?><br /><br />
|
||||
<?php echo t('<span><strong>Order ID:</strong></span> {order_name}'); ?><br />
|
||||
<?php echo t('<span><strong>Attached file:</strong></span> {attached_file}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your message to {shop_name} Customer Service'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Your message has been sent successfully.'); ?><br /><br />
|
||||
<?php echo t('<span><strong>Message:</strong></span> {message}'); ?><br /><br />
|
||||
<?php echo t('<span><strong>Order ID:</strong></span> {order_name}'); ?><br />
|
||||
<?php echo t('<span><strong>Product:</strong></span> {product_name}'); ?><br />
|
||||
<?php echo t('<span><strong>Attached file:</strong></span> {attached_file}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>We will answer as soon as possible.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your order with the reference {order_name} - Credit slip created'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('We have generated a credit slip in your name for order with the reference {order_name}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review this credit slip and download your invoice from the <a href="{history_url}">"My credit slips"</a> section of your account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle">Thank you for your order from <strong>{shop_name}</strong></span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Product(s) now available for download'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('You have <strong>{nbProducts}</strong> product(s) now available for download using the following link(s):'); ?><br/><br/>
|
||||
<?php echo t('{virtualProducts}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}?id_order={order_name}">"Guest Tracking"</a> section on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your {shop_name} login information'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Here is your personal login information for {shop_name}:'); ?><br/>
|
||||
<?php echo t('<span><strong>First name:</strong></span> {firstname}'); ?><br />
|
||||
<?php echo t('<span><strong>Last name:</strong></span> {lastname}'); ?><br />
|
||||
<?php echo t('<span><strong>Password:</strong></span> {passwd}'); ?><br />
|
||||
<?php echo t('<span><strong>E-mail address:</strong></span> {email}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,15 @@
|
||||
<tr>
|
||||
<td class="space_footer"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer">
|
||||
<?php echo t('<a href="{shop_url}">{shop_name}</a> powered by <a href="http://www.prestashop.com/">PrestaShop™</a>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Customer service - Forwarded discussion'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('{employee} wanted to forward this discussion to you.'); ?> <br /><br />
|
||||
<?php echo t('<span><strong>Discussion history:</strong></span> {messages}'); ?><br /><br />
|
||||
<?php echo t('<span><strong>{employee}</strong></span> added <span><strong>"{comment}"</strong></span>'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your customer account creation'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Your guest account for {shop_name} has been transformed into a customer account.'); ?> <br /><br />
|
||||
<?php echo t('<span><strong>E-mail address:</strong></span> {email}'); ?><br /><br />
|
||||
<?php echo t('<span><strong>Password:</strong></span> {passwd}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>Please be careful when sharing these login details with others.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can access your customer account on our shop: {shop_url}</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
function t($str)
|
||||
{
|
||||
return $str;
|
||||
}
|
||||
?>
|
||||
|
||||
<!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><?php echo t('Message from {shop_name}'); ?></title>
|
||||
<link rel="stylesheet" type="text/css" href="../../admin-dev/themes/default/css/admin-mail.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../admin-dev/themes/default/css/admin-theme/email.css" />
|
||||
</head>
|
||||
<body>
|
||||
<table class="table table-mail">
|
||||
<tr>
|
||||
<td class="space"> </td>
|
||||
<td align="center">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td align="center" class="logo">
|
||||
<a title="{shop_name}" href="{shop_url}">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your order with the reference {order_name} - In transit'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Your order with the reference {order_name} is currently in transit.'); ?> <br /><br />
|
||||
<?php echo t('You can track your package using the following link: <a href="{followup}">{followup}</a>'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('You have received a new log alert'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('<span><strong>Warning:</strong></span> you have received a new log alert in your Back Office.'); ?><br /><br />
|
||||
<?php echo t('You can check for it in the <span><strong>"Tools" > "Logs"</strong></span> section of your Back Office.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Newsletter from {shop_name}</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('{message}'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your order with the reference {order_name} - Order cancelled'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Your order with the reference {order_name} from {shop_name} has been cancelled.'); ?><br />
|
||||
<?php echo t('You can check for it in the <span><strong>"Tools" > "Logs"</strong></span> section of your Back Office.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your order with the reference {order_name} - Order changed'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Your order with the reference {order_name} from {shop_name} has been changed by the merchant.'); ?><br />
|
||||
<?php echo t('You can check for it in the <span><strong>"Tools" > "Logs"</strong></span> section of your Back Office.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,119 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center" colspan="3">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle">Thank you for shopping at {shop_name}!</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" colspan="3">
|
||||
<p>
|
||||
<?php echo t('Order details'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('<span><strong>Order:</strong></span> {order_name} placed on {date}'); ?><br /><br />
|
||||
<?php echo t('<span><strong>Payment:</strong></span> {payment}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<table class="table table-recap" bgcolor="#ffffff"><!-- Title -->
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Reference</th>
|
||||
<th width="30%">Product</th>
|
||||
<th>Unit price</th>
|
||||
<th>Quantity</th>
|
||||
<th>Total price</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
{products}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
{discounts}
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4"><strong>Products</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right">{total_products}</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4"><strong>Discounts</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right">{total_discounts}</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4"><strong>Gift-wrapping</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right">{total_wrapping}</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4"><strong>Shipping</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right">{total_shipping}</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4"><strong>Total Tax paid</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right">{total_tax_paid}</td>
|
||||
</tr>
|
||||
<tr class="conf_body">
|
||||
<td bgcolor="#fbfbfb" align="right" colspan="4" class="total"><strong>Total paid</strong></td>
|
||||
<td bgcolor="#fbfbfb" align="right" class="total_amount">{total_paid}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" colspan="3">
|
||||
<p>
|
||||
<?php echo t('Shipping'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('<span><strong>Carrier:</strong></span> {carrier}'); ?><br /><br />
|
||||
<?php echo t('<span><strong>Payment:</strong></span> {payment}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" width="310">
|
||||
<p>
|
||||
<?php echo t('Delivery address'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('{delivery_block_html}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
<td width="20"> </td>
|
||||
<td class="box" width="310">
|
||||
<p>
|
||||
<?php echo t('Billing address'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('{invoice_block_html}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
<?php echo t('<span>If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center" colspan="3">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Message from a customer'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('You have received a new message regarding order with the reference {order_name}.'); ?><br /><br />
|
||||
<?php echo t('<span><strong>Customer:</strong></span> {firstname} {lastname} ({email})'); ?><br /><br />
|
||||
<?php echo t('{message}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center" colspan="3">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('New message from {shop_name}'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('You have received a new message from {shop_name} regarding order with the reference {order_name}.'); ?><br /><br />
|
||||
<?php echo t('<span><strong>Message:</strong></span> {message}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center" colspan="3">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Return #{id_order_return} - update'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('We have updated the progress on your return #{id_order_return}, the new status is: <strong>"{state_order_return}"</strong>'); ?><br /><br />
|
||||
<?php echo t('<span><strong>Message:</strong></span> {message}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle">Thanks for your order with the reference {order_name} from {shop_name}.</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your order with the reference {order_name} - Item(s) out of stock'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your new {shop_name} login details'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('<span><strong>E-mail address:</strong></span> {email}'); ?><br/>
|
||||
<?php echo t('<span><strong>Password:</strong></span> {passwd}'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>Please be careful when sharing these login details with others.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can now order on our shop: {shop_url}</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,25 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Password reset request for {shop_name}'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('You have requested to reset your {shop_name} login details.'); ?><br/><br/>
|
||||
<?php echo t('Please note that this will change your current password.'); ?><br/><br/>
|
||||
<?php echo t('To confirm this action, please use the following link:<br /> <a href="{url}">{url}</a>'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span><br/>
|
||||
<span class="subtitle">Thank you for shopping with {shop_name}!</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your order with the reference {order_name} - Payment processed'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('Your payment for order with the reference <strong><span>{order_name}</span></strong> was successfully processed.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your order with the reference {order_name} - Payment processing error'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('There is a problem with your payment for <strong><span>{shop_name}</span></strong> order with the reference <strong><span>{order_name}</span></strong>. Please contact us at your earliest convenience.'); ?><br/>
|
||||
<?php echo t('<strong>We cannot ship your order until we receive your payment. </strong>'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<tr>
|
||||
<td align="center">
|
||||
<?php echo t('<span class="title">Hi {firstname} {lastname},</span>');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
<?php echo t('Your order {order_name} - Processing'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('We are currently processing your <strong><span>{shop_name}</span></strong> order with the reference <strong><span>{order_name}</span></strong>.'); ?>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>You can review your order and download your invoice from the <a href="{history_url}">"Order history"</a> section of your customer account by clicking <a href="{my_account_url}">"My account"</a> on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<?php echo t('<span>If you have a guest account, you can follow your order via the <a href="{guest_tracking_url}">"Guest Tracking"</a> section on our shop.</span>'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
||||
Reference in New Issue
Block a user