Page 1 of 1

Email a Friend template missing

Posted: Thu Nov 01, 2007 6:15 am
by AbleMods
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?

Posted: Thu Nov 01, 2007 8:37 am
by Shopping Cart Admin
Hello Joe,

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
body:

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>

Posted: Thu Nov 01, 2007 9:19 am
by AbleMods
No problem, thanks for the html.

What do I use for the FROM address, TO address and the trigger options?

Posted: Thu Nov 01, 2007 9:32 am
by Shopping Cart Admin
Hello Joe,

There isn't a trigger, it's set on the email settings page. The from address and to address are set by the customer when they use the feature.

Posted: Thu Nov 01, 2007 10:21 am
by AbleMods
Won't let me save it - says From and To addresses require a value.

Posted: Thu Nov 01, 2007 10:22 am
by Shopping Cart Admin
Hello Joe,

just put something into the fields then. We ignore the values.

Posted: Thu Nov 01, 2007 10:25 am
by AbleMods
Will do, thanks.