Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email Issues


AM/PM-Girl

Recommended Posts

Posted

Not sure what I did but all of a sudden the Emails that are being sent have

 

EMAIL_TEXT_SUBJECT_110EMAIL_TEXT_SUBJECT_2

 

and

 

EMAIL_TEXT_SUBJECT

 

How do correct this issue? Once I correct this issue is there a way to Change the Email Subject like to add order number etc.

 

Thanks For the Help.

Posted

These are defined in \admin\includes\languages\english (or the language you are using for your store) \orders.php

 

First place to check would be if they have been defined properly .. as shown below

define('EMAIL_SEPARATOR', '------------------------------------------------------');
define('EMAIL_TEXT_SUBJECT', 'Order Update');
define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:');
define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');
define('EMAIL_TEXT_STATUS_UPDATE', 'Your order has been updated to the following status.' . "\n\n" . 'New status: %s' . "\n\n" . 'Please reply to this email if you have any questions.' . "\n");
define('EMAIL_TEXT_COMMENTS_UPDATE', 'The comments for your order are' . "\n\n%s\n\n");

Best Regards,
Gaurav

Archived

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

×
×
  • Create New...