Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

weird email subject


cxixer

Recommended Posts

OK, so all email subjects are fine except when I update the order from "processing" to "shipped". It sends the customer an email with the subject "EMAIL_TEXT_SUBJECT". How do I change this?

 

I've been searching all day through the language files and can't find this! :blink:

 

Thanks!

Link to comment
Share on other sites

That should be defined in /admin/includes/languages/english/orders.php like this:

 

define('EMAIL_TEXT_SUBJECT', 'Order Update');

I think....

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Thanks, that was it. That file had these two lines:

 

define('EMAIL_TEXT_SUBJECT_1', ' Order ');
define('EMAIL_TEXT_SUBJECT_2', ':  ');

 

Now I included your code, and it worked perfectly! I guess it just wasn't defined!

 

Thanks very much!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...