Zen Cart Logo
Forums / General Questions / change email content for order confirmations?

change email content for order confirmations?

Locked

Views: 3,212

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
14 Nov 2008, 9:14 AM
#1
mickyoung avatar

mickyoung

New Zenner

Join Date:
Nov 2008
Posts:
28
Plugin Contributions:
0

change email content for order confirmations?

Hi all,

Is it possible to change the email content a customer receives when they place an order with me.

Thanks

Mick

14 Nov 2008, 2:48 PM
#2
haredo avatar

haredo

Totally Zenned

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

Re: change email content for order confirmations?

mickyoung:

Hi all,

Is it possible to change the email content a customer receives when they place an order with me.

Thanks

Mick

Mi,
Developers Tool Kit

Look in your Zen Cart Admin and go to the Tools ... Developers Tool Kit ...

You will find a very handy toy for doing searches of the php files and configuration tables ...

Use the bottom input box to enter any text, code, etc. that you are looking for and then select Catalog, Admin or Both ... click search ...

This will show you all files that contain the text, code, etc. that you are looking for ...

The top input box can be used to search for constants, the things in ALL_CAPS and select NONE from the dropdown and click search ...

This will check the configuration table and the product_type_layout table for configuration_keys that can be customized via the Zen Cart Admin without the need to touch any of the code ...

  1. So a search on some of the wording on the email page
  2. bam, there you go to edit the page
25 Nov 2008, 3:30 AM
#3
demz001 avatar

demz001

New Zenner

Join Date:
Sep 2008
Location:
Gold Coast, Australia
Posts:
56
Plugin Contributions:
0

Re: change email content for order confirmations?

I dont believe its possible.