Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

File name displaying in welcome email


symphonygirl

Recommended Posts

Posted

I am having a problem with the welcome email that newly registering customers receive.

 

The second line of the email my system is sending reads:

 

EMAIL_TEXTFor help with any of our online services, please email the store-owner:

 

I simply can't figure out where the EMAIL_TEXT part is coming from. I think it's trying to tell me that it can't find the file called EMAIL_TEXT, but I can't find it either. That string is used in a lot of files, but none that appear to have anything to do with the welcome email.

 

Any thoughts or suggestions?

Posted

Thanks for the offer of assistance. What's wierd is that everything that makes up the email appears to come from this file and EMAIL_TEXT isn't included. So where's it coming from.

 

define('NAVBAR_TITLE', 'Create an Account');

define('HEADING_TITLE', 'My Account Information');

define('TEXT_ORIGIN_LOGIN', '<font color="#FF0000"><small><b>NOTE:</b></font></small> If you already have an account with us, please login at the <a href="%s"><u>login page</u></a>.');

define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME);
define('EMAIL_GREET_MR', 'Dear Mr. %s,' . "\n\n");
define('EMAIL_GREET_MS', 'Dear Ms. %s,' . "\n\n");
define('EMAIL_GREET_NONE', 'Dear %s' . "\n\n");
define('EMAIL_WELCOME', 'Thanks for shopping at <b>' . STORE_NAME . '</b>.' . "\n\n");
define('EMAIL_CONTACT', 'For help with any of our online services, please contact: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n\n");
define('EMAIL_WARNING', '<b>Note:</b> This email address was given to us by one of our customers. If you did not sign up to be a member, please contact ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n");
?>

 

 

Resulting text:

 

Dear Customer Name

 

Thanks for shopping at storename.com.

 

EMAIL_TEXTFor help with any of our online services, please email the store-owner: [email protected].

 

Note: This email address was given to us by one of our customers. If you did not signup to be a member, please send an email to [email protected].

Archived

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

×
×
  • Create New...