Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

welcome e-mail needs an image


Guest

Recommended Posts

I have the standard text:

 

define('EMAIL_SUBJECT', 'Welcome to ' . STORE_NAME);

define('EMAIL_GREET_MR', 'Dear Mr. %s,' . "nn");

define('EMAIL_GREET_MS', 'Dear Ms. %s,' . "nn");

define('EMAIL_GREET_NONE', 'Dear %s' . "nn");

define('EMAIL_WELCOME', 'We welcome you to <b>' . STORE_NAME . '</b>.' . "nn");

define('EMAIL_TEXT', 'You can now take part in the <b>various services</b> we have to offer you. Some of these services include:' . "nn" . '<li><b>Permanent Cart</b> - Any products added to your online cart remain there until you remove them, or check them out.' . "n" . '<li><b>Address Book</b> - 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.' . "n" . '<li><b>Order History</b> - View your history of purchases that you have made with us.' . "n" . '<li><b>Products Reviews</b> - Share your opinions on products with our other customers.' . "nn");

define('EMAIL_CONTACT', 'For help with any of our online services, please e-mail us: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "nn");

define('EMAIL_WARNING', '<b>Note:</b>If you did not signup to be a member, please send an e-mail to ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "n");

 

What I want to add is the following:

 

We appreciate your business.

 

Kind regards,

 

Ampire Online Shop Customer Service

company logo

 

and then in courier font (and smaller)

Ampire Entertainment and its subdivisions is an official bla bla bla Subdivision.

 

Suggestions anyone or am I that thick?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...