PLEASE HELP. I HAVE BOUGHT THE ZENCART BOOK, READ THE FORUMS AND I'M STILL VERY CONFUSED.

Most of our customers want HTML emails and I have a very nicely formatted email that is sent to them because of the email templates, specifically the checkout email.
I realize that the Plain Text folks are not going to get the same looking email. However, I seem to be unable to add some very important information to their emails because they aren't HTML. To get my nicely formatted HTML emails, I just added the text in the body of the email. However, that text doesn't show in plain text.

I believe I need to add a DEFINE to the email template and the language file. I really only know enough PHP to hurt myself, but I normally can do a search and figure out how to add things. So, I looked for " EMAIL_DETAILS_FOLLOW ' and found the places it was referenced in all files. Then, I did the following:

in the email_template_checkout.html, I added:
$EMAIL_UPLOAD_INFO

in the languages/english/mytemplate/checkout_process.php, I added:
Thank you for ordering from Photo-Calendars.com.
We appreciate your business and guarantee you will love your custom photo calendar. We will begin creating your calendar as soon as we receive your pictures, personal events, and captions. Before printing, we will email you a digital copy of your calendar for your review and approval. Please feel free to contact us by email or telephone with any questions.
(and a lot more details with some links.)


Well, none of that shows up on the emails. How do I add that Define to show up on my customers emails? Also, If I want that to show in HTML with line breaks < / br> and then in plain text with a line break, how do I do it?



thanks, Pam

Thanks.