Are there any default email tempalates?

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
emlarsen
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Fri Feb 04, 2011 3:02 pm

Are there any default email tempalates?

Post by emlarsen » Fri Feb 04, 2011 3:12 pm

I installed 7.0.6 and ALL email templates are blank
I am getting the errors like this
Content file for email template 'Lost Password' does not exist. C:\inetpub\AbleCommerce\App_Data\EmailTemplates\1\Lost Password.html

Does ablecommerce come with default templates or do I need to create them all from scratch? I'd much rather start with some examples.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Are there any default email tempalates?

Post by jmestep » Sat Feb 05, 2011 8:14 am

You have to install a certain kind of sample data ( I don't remember which) to get the templates. I did upload the templates to another forum post within the last couple of weeks.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Are there any default email tempalates?

Post by jmestep » Sat Feb 05, 2011 8:22 am

Additional- I just found them in the Install folder, EmailTemplates subfolder. I didn't know they were there.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

emlarsen
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Fri Feb 04, 2011 3:02 pm

Re: Are there any default email tempalates?

Post by emlarsen » Mon Feb 07, 2011 11:38 am

Thanks soo much for your help!

User avatar
Mizmo67
Commander (CMDR)
Commander (CMDR)
Posts: 155
Joined: Wed Mar 16, 2005 5:35 pm
Location: NJ
Contact:

Re: Are there any default email templates?

Post by Mizmo67 » Thu Feb 24, 2011 10:18 am

I was also missing default templates after new install of Able 7.0.6 (on Able's hosting)

This wasn't a problem for most of the templates - I had my own copies in backup so I was able to install from there.

There are three I don't need at this time because I won't be using them.
However, there is one that I really would like to have.

Can someone post the message content from the "Product Review Verification" email in here for me to copy?

Thanks! ~Mo
~Mo

Maureen Albertson
Scott's Bait & Tackle / Mystic Reel Parts LLC
Contact Me Via Store Website
Image
Ablecommerce Gold R11 Catalog LIVE

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Are there any default email tempalates?

Post by jmestep » Fri Feb 25, 2011 7:26 am

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><strong>Greetings!</strong></p>
<p>Thank you for taking a moment to write a product review. </p>
<p>Your review has
been submitted but it will not be published until it has
been approved.	      </p>
<p>This  email message has been sent to ${reviewerProfile.Email}.	      Follow
the instruction below to validate your email address.</p>
<p><strong>To validate your email address, you MUST click the link below.</strong></p>
<p><a href="${store.StoreUrl}VerifyEmail.aspx?Reviewer=${reviewerProfile.ReviewerProfileId}&Code=${reviewerProfile.EmailVerificationCode}">${store.StoreUrl}VerifyEmail.aspx?Reviewer=${reviewerProfile.ReviewerProfileId}&Code=${reviewerProfile.EmailVerificationCode}</a>	</p>
<p>If clicking the link doesn't  work, you can copy and paste the link into your browser's address window, or retype it there.</p>
<p><strong>Thank you for visiting $store.Name!</strong><br>
<a href="${store.StoreUrl}"><strong>$store.Name</strong></a></p>		
<p>&nbsp;</p>
</td>
</tr>
</table>
</body>
</html>

Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
Mizmo67
Commander (CMDR)
Commander (CMDR)
Posts: 155
Joined: Wed Mar 16, 2005 5:35 pm
Location: NJ
Contact:

Re: Are there any default email tempalates?

Post by Mizmo67 » Sat Feb 26, 2011 3:47 pm

Thank you, Judy! You're an angel :)

~Mo
~Mo

Maureen Albertson
Scott's Bait & Tackle / Mystic Reel Parts LLC
Contact Me Via Store Website
Image
Ablecommerce Gold R11 Catalog LIVE

Post Reply