PranK Posted December 21, 2004 Posted December 21, 2004 Hey Guys, I want to edit the order confirmation email and was just wondering which file it is. Thanks! Christian
Rob123 Posted December 21, 2004 Posted December 21, 2004 The defines for the stock confirmation email is located in ../includes/languages/<language>/checkout_process.php However, if you want to completely rework the email, add text or add additional information, you need to modify catalog/checkout_process.php file. You'll find a variable called $email_order around line 223. You'll see how the email text is built line by line. A bit of PHP knowledge was required but catalog/checkout_process.php is where I made my changes. (There's probably an easier way, but I could not find it.) Always back up affected files before modifying them. HTH, Robert
wejee Posted December 22, 2004 Posted December 22, 2004 Thanks Robert, but how do you get to that file? catalog/checkout_process.php I'm not finding it through the links in the control panel. Jane
Recommended Posts
Archived
This topic is now archived and is closed to further replies.