Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easy question


Guest

Recommended Posts

Posted

Which php file contains the e-mail text which the store owner receives for each new order?

 

Thanks

Posted

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?

Posted

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?

Posted

As was already said - /catalog/checkout_process.php

 

You're looking in /catalog/includes/languages/english/checkout_process.php

 

There's a difference. :wink:

Posted

Aaah... Oooh...

 

Terribly sorry and thanks alot!

Archived

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

×
×
  • Create New...