Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Customizing the 'Welcome' and 'Order' emails

Customizing the 'Welcome' and 'Order' emails

Locked

Views: 867

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
21 Dec 2007, 1:22 AM
#1
berchman avatar

berchman

New Zenner

Join Date:
Oct 2007
Posts:
20
Plugin Contributions:
0

Customizing the 'Welcome' and 'Order' emails

Hi,

I would like to customize the "Welcome" and "Order" emails.
However, I've looked in the email html files, the create_account.php and orders.php files and cannot find what I need to customize.

We are going to use html emails.

I would like to include the newly registered users username and password in the welcome email. How do I do this? What variable do I insert into the html to generate this?

I also would like to edit the automatic order email that goes out to the customer after a purchase. What html email governs that?

Thanks for any help!

21 Dec 2007, 12:40 PM
#2
madmumbler avatar

madmumbler

Zen Follower

Join Date:
Dec 2005
Location:
SWFL
Posts:
450
Plugin Contributions:
0

Re: Customizing the 'Welcome' and 'Order' emails

You can edit the language files to edit the text of the emails. (like includes/languages/english/create_account.php) Make sure to save modified files as your custom template (includes/languages/english/CUSTOM/create_account.php). I haven't played with editing the actual layout or inserting new fields, but I'm sure someone else here can tell you.

HTH,