// fixed links in new English mails
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<tr>
|
||||
<td class="space_footer"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer">
|
||||
<span><a href="{shop_url}">{shop_name}</a> powered by <a href="http://www.prestashop.com/">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
{shop_name} [{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
|
||||
<!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 from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
[{shop_url}]
|
||||
|
||||
@@ -1,46 +1,61 @@
|
||||
|
||||
<!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 from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<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"><strong style="color: #8c9cc0;">Congratulations!</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your referred friend, <strong>{sponsored_firstname} {sponsored_lastname}</strong> has placed his or her first order on <a style="color: #fff; font-size: 12px; font-weight: bold;" href="{shop_url}">{shop_name}</a>!</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">We are pleased to offer you a voucher worth {discount_display} (voucher # {discount_name}) that you can use on your next order.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Best regards,</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> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Congratulations!</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<span style="color:#777">
|
||||
Your referred friend <span style="color:#777"><strong>{sponsored_firstname} {sponsored_lastname}</strong></span> has placed his or her first order on <a href="{shop_url}" style="color:#337ff1">{shop_name}</a>!<br /><br />
|
||||
We are pleased to offer you a voucher worth <span style="color:#777"><strong>{discount_display} (voucher # {discount_name})</strong></span> that you can use on your next order. </span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>Best regards,</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,9 +1,17 @@
|
||||
Congratulations!
|
||||
|
||||
Your referred friend, {sponsored_firstname} {sponsored_lastname} has placed his or her first order on {shop_url} !
|
||||
|
||||
We are pleased to offer you a voucher worth {discount_display} (voucher # {discount_name}) that you can use on your next order.
|
||||
|
||||
|
||||
|
||||
{shop_url} Powered by PrestaShop™
|
||||
|
||||
[{shop_url}]
|
||||
|
||||
Congratulations!
|
||||
|
||||
Your referred friend {SPONSORED_FIRSTNAME} {SPONSORED_LASTNAME} has
|
||||
placed his or her first order on {shop_name}
|
||||
[{shop_url}]!
|
||||
|
||||
We are pleased to offer you a voucher worth {DISCOUNT_DISPLAY}
|
||||
(VOUCHER # {DISCOUNT_NAME}) that you can use on your next order.
|
||||
|
||||
Best regards,
|
||||
|
||||
{shop_name} [{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -1,58 +1,63 @@
|
||||
|
||||
<!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 from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<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"><strong style="color: {color};">{firstname_friend} {lastname_friend}, join us!</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Your friend <strong>{firstname} {lastname}</strong> wants to refer you on <a style="color: #fff; font-size: 12px; font-weight: bold;" href="{shop_url}">{shop_name}</a>!</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Get referred and earn a discount voucher of {discount}!</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><a style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953;" title="Register" href="{link}">It's very easy to sign up. Just click here!</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">When signing up, don't forget to provide the e-mail address of your referring friend: {email}.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Best regards,</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> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">{firstname_friend} {lastname_friend}, join us!</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<span style="color:#777">
|
||||
Your friend <span style="color:#777"><strong>{firstname} {lastname}</strong></span> wants to refer you on <a href="{shop_url}" style="color:#337ff1">{shop_name}</a>!<br /><br />
|
||||
We are pleased to offer you a voucher worth <span style="color:#777"><strong>{discount_display} (voucher # {discount_name})</strong></span> that you can use on your next order.
|
||||
Get referred and earn a discount voucher of <span style="color:#777"><strong>{discount}!</strong></span> <a title="Register" href="{link}" style="color:#337ff1">It's very easy to sign up. Just click here!</a>
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0">
|
||||
<span>When signing up, don't forget to provide the e-mail address of your referring friend: <span><strong>{email}</strong></span>.<br/><br/>
|
||||
<span>Best regards, </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +1,21 @@
|
||||
{firstname_friend} {lastname_friend}, join us!
|
||||
|
||||
Your friend {firstname} {lastname} wants to refer you on {shop_url}.
|
||||
|
||||
Get referred and earn a discount voucher of {discount}!
|
||||
|
||||
It's very easy to sign up. Just click on the following link:
|
||||
|
||||
{shop_url}{link}
|
||||
|
||||
When signing up, don't forget to provide the e-mail address of your referring friend: {email}.
|
||||
|
||||
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[{shop_url}]
|
||||
|
||||
{firstname_friend} {lastname_friend}, join us!
|
||||
|
||||
Your friend {FIRSTNAME} {LASTNAME} wants to refer you on {shop_name}
|
||||
[{shop_url}]!
|
||||
|
||||
We are pleased to offer you a voucher worth {DISCOUNT_DISPLAY}
|
||||
(VOUCHER # {DISCOUNT_NAME}) that you can use on your next order. Get
|
||||
referred and earn a discount voucher of {DISCOUNT}! It's very easy to
|
||||
sign up. Just click here! [{link}]
|
||||
|
||||
When signing up, don't forget to provide the e-mail address of your
|
||||
referring friend: {EMAIL}.
|
||||
|
||||
Best regards,
|
||||
|
||||
{shop_name} [{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
@@ -1,46 +1,56 @@
|
||||
|
||||
<!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 from {shop_name}</title>
|
||||
</head>
|
||||
<body>
|
||||
<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">Hi <strong style="color: {color};">{firstname} {lastname}</strong>,</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="background-color: {color}; color: #fff; font-size: 12px; font-weight: bold; padding: 0.5em 1em;" align="left">Referral Program</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">We have created a voucher in your name for referring a friend.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left">Here is the code of your voucher : <strong>{voucher_num}</strong>, with an amount of <strong>{voucher_amount}</strong>.<br /> Simply copy/paste this code during the payment process for your next order.</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> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message from {shop_name}</title>
|
||||
|
||||
</head>
|
||||
<body style="background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto">
|
||||
<table class="table table-mail" style="margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid;width:100%">
|
||||
<tr>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<table class="table" style="background-color:#fff;width:100%">
|
||||
<tr>
|
||||
<td align="center" class="logo" style="border:none;padding:7px 0;border-bottom:4px solid #333!important">
|
||||
<a title="{shop_name}" href="{shop_url}" style="color:#337ff1">
|
||||
<img src="{shop_logo}" alt="{shop_name}" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td align="center" style="border:none;padding:7px 0">
|
||||
<span class="title" style="font-weight:500;font-size:28px;text-transform:uppercase;line-height:33px">Hi {firstname} {lastname},</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="border:none;padding:7px 0"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #d6d4d4!important;padding:10px!important;background-color:#fbfbfb">
|
||||
<p style="text-transform:uppercase;font-weight:500;font-size:18px;border-bottom:1px solid #d6d4d4!important;padding-bottom:10px;margin:3px 0 7px">
|
||||
Referral Program </p>
|
||||
<span style="color:#777">
|
||||
We have created a voucher in your name for referring a friend.<br />
|
||||
Here is the code of your voucher: <span style="color:#777"><strong>{voucher_num}</strong></span>, with an amount of <span style="color:#777"><strong>{voucher_amount}</strong></span>.<br /><br />
|
||||
Simply copy/paste this code during the payment process for your next order. </span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="space_footer" style="border:none;padding:0!important"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer" style="border:none;padding:7px 0;border-top:4px solid #333!important">
|
||||
<span><a href="{shop_url}" style="color:#337ff1">{shop_name}</a> powered by <a href="http://www.prestashop.com/" style="color:#337ff1">PrestaShop™</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td class="space" style="border:none;padding:7px 0;width:20px"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +1,17 @@
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
We have created a voucher in your name for referring a friend.
|
||||
|
||||
Here is the code of your voucher : {voucher_num}, with an amount of {voucher_amount}.
|
||||
Simply copy/paste this code during the payment process for your next order.
|
||||
|
||||
Thank you for shopping at {shop_name}.
|
||||
|
||||
|
||||
|
||||
{shop_url} powered by PrestaShop™
|
||||
|
||||
[{shop_url}]
|
||||
|
||||
Hi {firstname} {lastname},
|
||||
|
||||
Referral Program We have created a voucher in your name for referring
|
||||
a friend.
|
||||
|
||||
Here is the code of your voucher: {VOUCHER_NUM}, with an amount of
|
||||
{VOUCHER_AMOUNT}.
|
||||
|
||||
Simply copy/paste this code during the payment process for your next
|
||||
order.
|
||||
|
||||
{shop_name} [{shop_url}] powered by
|
||||
PrestaShop(tm) [http://www.prestashop.com/]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user