Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I change the first line of the Order Confirmation e-mail?

How do I change the first line of the Order Confirmation e-mail?

Locked

Views: 1,424

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
9 Sep 2008, 6:09 PM
#1
tkelley66 avatar

tkelley66

New Zenner

Join Date:
Aug 2008
Posts:
36
Plugin Contributions:
0

How do I change the first line of the Order Confirmation e-mail?

How/Where do I change the first line (Order Confirmation from <store name>) of the Order Confirmation e-mail?

9 Sep 2008, 6:20 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: How do I change the first line of the Order Confirmation e-mail?

What are you wanting to change?

9 Sep 2008, 6:24 PM
#3
tkelley66 avatar

tkelley66

New Zenner

Join Date:
Aug 2008
Posts:
36
Plugin Contributions:
0

Re: How do I change the first line of the Order Confirmation e-mail?

I would like to change the verbage of the first line - Order Confirmation from <store name>. I found (I think) the code in classes/order.php and I made a change and uploaded it to classes/classic/order.php but it didn't seem to work.

9 Sep 2008, 6:39 PM
#4
tkelley66 avatar

tkelley66

New Zenner

Join Date:
Aug 2008
Posts:
36
Plugin Contributions:
0

Re: How do I change the first line of the Order Confirmation e-mail?

Ok, If I upload the file to it's original location the change works. If I put it under the classic folder it does not. Are the files under classes overridden like all of the other files?

9 Sep 2008, 6:56 PM
#5
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: How do I change the first line of the Order Confirmation e-mail?

Are the files under classes overridden like all of the other files?

No, they are not overriden like the templates and languages. Make a note so that you can reapply your changes when you upgrade.

9 Sep 2008, 7:02 PM
#6
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: How do I change the first line of the Order Confirmation e-mail?

When changing a file that doesn't use overrides, I usually create an override folder anyway and keep a copy of the changed file in it. Zen Cart won't use it, but it'll be there when I upgrade/update and I can use it to make the same changes to the new file.