I have a few problems with my emails using the Rustic Template and I'm hoping someone can help me.
1. The emails being sent from the admin area are not coming in HTML and they do not have the email template showing up.
This is my email template!
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=$CHARSET" />
<base href="$BASE_HREF" />
<style type="text/css">
body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
a:link {color:#0066cc;}
a:hover {background-color:#F9F9F9; color:#0066cc;}
a:visited {color:#0066cc;}
.holder {background-color:#ffffff; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:600px;}
.header {font-size:10px; padding:0px; width:600px;}
.content {font-size:10px; padding:5px; width:600px;}
.footer {border-top:1px solid #9a9a9a; font-size:9px; margin-top:10px; text-align:center; width:600px;}
.disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:600px;}
.disclaimer1 {color:#666666; padding:5px;}
.disclaimer1 a:link {color:#666666;}
.disclaimer1 a:visited {color:#666666;}
.disclaimer2 {color:#666666; padding:5px;}
.unsubscribe {border-bottom:1px solid #9a9a9a; padding:5px;}
.copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
</style>
</head>
<body>
<div class="holder">
<!-- Header Section -->
<div class="header">
<a href="http://www.baysdesigns.com/" target="_blank"><img src="http://www.baysdesigns.com/includes/templates/rustic/images/logo.png" border="0" alt="BaysDesigns - Custom Graphic Designs"></a> </div>
<!-- Content Section -->
<div class="content">
<div>Dear $EMAIL_FIRST_NAME $EMAIL_LAST_NAME,</div>
<div>$EMAIL_MESSAGE_HTML</div>
</div>
<!-- Footer Section -->
<div class="footer">
<div class="unsubscribe">$UNSUBSCRIBE_LINK</div>
<div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div>
</div>
</div>
<div class="disclaimer">
<div class="disclaimer1">$EMAIL_DISCLAIMER</div>
<div class="disclaimer2">$EMAIL_SPAM_DISCLAIMER</div>
</div>
</body>
</html>
This is what I get when I do not use any html:
I am testing an email to myself.
This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to
[email protected] This e-mail is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.
This is what I'm getting when I use html code:
YOUR TITLE
YOUR DESCRIPTION
This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to
[email protected] This e-mail is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.
And also how do I change the zen cart link in the emails to my link?
Thanks so much!
www.baysdesigns.com
Bookmarks