Guest Posted May 13, 2003 Posted May 13, 2003 Which php file contains the e-mail text which the store owner receives for each new order? Thanks
masat Posted May 13, 2003 Posted May 13, 2003 You may want to buckle up 'cause it's not that easy. Take a look here: /catalog/checkout_process.php -- it establishes the mail variables and sets their values How do you know when you know what you want to do for the rest of your life?
Guest Posted May 13, 2003 Posted May 13, 2003 Strange... My checkout_process.php defines text variables such as define('EMAIL_TEXT_SUBJECT', 'Order Process'); But it is not inserting the $variables anywhere. That must be somewhere else... but where?
rseigel Posted May 13, 2003 Posted May 13, 2003 As was already said - /catalog/checkout_process.php You're looking in /catalog/includes/languages/english/checkout_process.php There's a difference. :wink:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.