I'd only worked around it for the HTML emails by putting the text inside the /email/email_template_welcome.html file together with the $EMAIL_TO_ADDRESS tag. But I would prefer to keep the contents of the email all together rather than the different sections of the email having to be updated in different files.
I hope I understand this now. The $email_text is the sections and the order that they appear in the text email. and the $html_msg is the sections and the order that they appear for the html message. And both are built from the /includes/modules/create_account.php file.
In the e-start book it hasBut this doesn't seem quite right as the contents of the two types of emails can be quite different. For example adding my change to the html template (Your login is: $EMAIL_TO_ADDRESS.) doesn't mean that this also appears in the plain text email.So how do you get plain-text emails since only HTML email layout templates are available? Well, the answer is Zen Cart retains all the values from template tags and just strips away all HTML and CSS codes from an email layout template before sending out the relevant plain-text emails.
And so, I have been trying to put this information in at the source of the email build (rather than the email template) but have still been unable to do this. I have been concentrating on getting the HTML email correct first but I will go back and check the text version re $email_address.
I can't believe how long I've spent on one email but this welcome email is the first chance you have of making an impression.
Thanks for all your help.
K





