The Password Forgotten Email Template is used when a customer clicks on the ‘Forgot your password?’ link on the login page.

Password Forgotten - Zen Cart Email Template
|
|||||||
The Password Forgotten Email Template is used when a customer clicks on the ‘Forgot your password?’ link on the login page.

Password Forgotten - Zen Cart Email Template
|
|||||||
This entry was posted on 18 September, 2009, 2:28 pm and is filed under Zen Cart Email Templates. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.

Zen Cart™ (http://www.zen-cart.com) is a free, user-friendly, open source shopping cart system. It gives web designers and online store owners a robust and customisable electronic storefront that’s easy to keep up-to-date with new features.
Zen Cart provides usable, intuitive and unobtrusive purchase flows right out of the box based on proven industry best-practices.
A powerful feature of Zen Cart is a robust template system that “abstracts” the look-and-feel from the code and logic behind Zen Cart.
Subscribe via RSS and Comments (RSS)
| Privacy
Fusion theme by digitalnature | powered by WordPress
#1 by digital scrapping on 1 October, 2009 - 2:56 pm
I want to change the logo that the zen cart emails use but i’m not having any luck. I’m following the instructions but still just get ‘logo’ in the corner. What am I doing wrong?
#2 by kerrin hardy on 1 October, 2009 - 8:03 pm
HTML emails can be a bit tricky because so much depends on the way the user’s email software (Hotmail, Yahoo, Outlook, etc) interprets and displays the HTML.
The first thing to try is to reference the image by an absolute address. By default Zen Cart uses
<img src="email/header.jpg" alt="logo" />.Change this to
<img src="http://www.domain.com/store/email/header.jpg" alt="Store Name" />. Add your web address where I havedomain.comand update the alt text while you are at it too.Each of the Email templates in Zen Cart need to be updated individually.
Let me know how you get on
#3 by digital scrapping on 1 October, 2009 - 8:46 pm
Hey, it works!!!
Thank you Kerrin.
Now I’m on a roll, I’m off to change the rest of the templates.
#4 by kerrin hardy on 3 October, 2009 - 11:45 am
You’re welcome – glad it’s working for you now!
Cheers
Kerrin