Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Which Langauge file for order email?


PranK

Recommended Posts

Posted

Hey Guys,

 

I want to edit the order confirmation email and was just wondering which file it is.

 

Thanks!

 

Christian

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...