Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / adding additional info to email confirmation

adding additional info to email confirmation

Views: 693

Results 1 to 3 of 3
23 Apr 2012, 4:16 PM
#1
mkyle avatar

mkyle

New Zenner

Join Date:
Mar 2005
Location:
Scotland
Posts:
76
Plugin Contributions:
0

adding additional info to email confirmation

Hi,

looking to add the below to my order email confirmation. I have looked at the classes/order.php file and checkout_process.php but get abit lost as how to add the below:

-----TEAR HERE ------
KITCHEN COPY BELOW

=================

Order No - 1234
Customer Name: Joe Blogs

Mixed Pakora
Chicken Korma

Thanks Martin

23 Apr 2012, 4:19 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: adding additional info to email confirmation

You can HARD CODE this in the email template that is used to send order confirmation.

In your ROOT DIRECTORY where your zencart is installed, you will see a folder called:

email

Inside this folder is a file:

email_template_checkout.html

23 Apr 2012, 8:45 PM
#3
mkyle avatar

mkyle

New Zenner

Join Date:
Mar 2005
Location:
Scotland
Posts:
76
Plugin Contributions:
0

Re: adding additional info to email confirmation

haredo:

You can HARD CODE this in the email template that is used to send order confirmation.

In your ROOT DIRECTORY where your zencart is installed, you will see a folder called:

email

Inside this folder is a file:

email_template_checkout.html

Thanks how do i pull the order no etc? This in this file also?

Martin