Zen Cart Logo
Forums / Managing Customers and Orders / Add text to bottom of confirmation email

Add text to bottom of confirmation email

Locked

Views: 1,279

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
11 Dec 2007, 4:57 PM
#1
jcwerb avatar

jcwerb

New Zenner

Join Date:
Aug 2007
Posts:
4
Plugin Contributions:
0

Add text to bottom of confirmation email

Hello!

I have changed some text in the order confirmation email in the checkout_process.php page, and am now trying to add a block of text at the bottom, but I can't get that to work at all.

Tried copying this: define('EMAIL_DETAILS_FOLLOW' with text inserted, but it appears it won't use this define twice.

How can I add a new define line so that it works? I think I need to change the EMAIL_DETAILS_FOLLOW with something else and that something else probably needs to be added to another file somewhere for it all to work....?

Thank you for your help

Johanna

12 Dec 2007, 2:28 PM
#2
jcwerb avatar

jcwerb

New Zenner

Join Date:
Aug 2007
Posts:
4
Plugin Contributions:
0

Re: Add text to bottom of confirmation email

Have managed to make it work copying bits in the includes/languages/english/checkout_process.php and includes/classes/order.php pages and through reading replies from Dr Byte about line breaks, etc. Thanks!