Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Creat Account Email Issues


Guest

Recommended Posts

Posted

Hi,

 

I know how to edit the create account email in both catalog/create_account.php and english/create_account.php but I have something strange happening with the email address for the store that appears in the welcome email. This is what my welcome email looks like:

 

Dear Michael

 

We welcome you to In My Imagination.

 

You can now take part in the various services we have to offer you. Some of these services include:

 

 

Permanent Cart - Any products added to your online cart remain there until you remove them, or check them out.

 

Address Book - We can now deliver your products to another address other than yours! This is perfect to send birthday gifts direct to the birthday-person themselves.

 

Order History - View your history of purchases that you have made with us.

 

For 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].

 

As you can see for some strange reason the last instance of the email address in the last sentence of the email is appearing as '[email protected]' instead of the correct email address: '[email protected]'.

 

I can't figure out why this is happening. The php code to build the message is: $email_text .= EMAIL_WELCOME . EMAIL_TEXT . EMAIL_CONTACT . EMAIL_WARNING;

 

and each is defined as follows:

 

define('EMAIL_CONTACT', 'For help with any of our online services, please email the store-owner: ' . 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 signup to be a member, please send an email to: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n");

 

Can anyone shed some light on why one email address is appearing and the other one is not? They both look exactly the same to me. Thanks in advance.

Archived

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

×
×
  • Create New...