Email a Friend template missing
Email a Friend template missing
Guys,
I resolved the issues with my upgrade from Beta 2 to RC1 and it's working well now. All the upgrade steps were completed without error except one.
I do not have an existing email template for Send to Friend. So I cannot perform the Step 1 of the post-upgrade instructions. The template S"end Product to Friend" isn't listed as a choice.
Suggestions?
I resolved the issues with my upgrade from Beta 2 to RC1 and it's working well now. All the upgrade steps were completed without error except one.
I do not have an existing email template for Send to Friend. So I cannot perform the Step 1 of the post-upgrade instructions. The template S"end Product to Friend" isn't listed as a choice.
Suggestions?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
Hello Joe,
Sorry that didn't make it into the upgrade it was a very late addition to the build.
subject:
body:
Sorry that didn't make it into the upgrade it was a very late addition to the build.
subject:
Code: Select all
${fromName} wants you to see this item at $store.Name
Code: Select all
<html>
<head>
<style type="text/css">
TABLE.Email {
width: 640px;
padding: 5px;
margin: 0px;
border: 1px solid #5872CB;
}
TABLE.Email TH {
font-weight: bold;
font-size: 12px;
color: #ffffff;
font-family: Arial, Verdana, Sans-Serif;
font-style: strong;
background-color: #304FBA;
text-align: center;
text-decoration: none;
padding: 5px;
}
TABLE.Email TD {
font-weight: normal;
font-size: 12px;
color: #000000;
font-family: Arial, Verdana, Sans-Serif;
background-color: #ffffff;
text-align: left;
text-decoration: none;
padding: 3px;
}
</style>
</head>
<body>
<table class="Email">
<tr>
<td class="Email">
<p>Hello,</p>
<p>I found this at ${store.Name} and thought you might find it of interest.</p>
<p><a href="${store.StoreUrl}Product.aspx?ProductId=${product.ProductId}">$product.Name</a></p>
<p>Sincerely,<br>
${fromName}</p>
<p><hr></p>
<p>${fromEmail} requested that we send this e-mail.</p>
<p><strong><a href="${store.StoreUrl}">$store.Name</a></strong><br />
$store.DefaultWarehouse.FormatAddress(true)</p>
</td>
</tr>
</table>
</body>
</html>
No problem, thanks for the html.
What do I use for the FROM address, TO address and the trigger options?
What do I use for the FROM address, TO address and the trigger options?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
Won't let me save it - says From and To addresses require a value.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
Will do, thanks.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com