Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Signup Welcome Email


cbcnz

Recommended Posts

I want to rewrite the email customers recieve when they first create an account to something more personal and use it as a better marketing tool.

 

I would be very intrested in hearing what other people have used? currently mine is only slightly different from the stock osc

 

Thanks in advance

Link to comment
Share on other sites

I want t know where to find it! >_<

 

If you tell me where I'll do the writing :lol:

 

includes/languages/english/create_account_process.php

 

intrested to see what you come up with

Link to comment
Share on other sites

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

define('EMAIL_TEXT', 'You can now take part in the <b>various services</b> we have to offer you. Some of these services include:' . "\n\n" . '<li><b>Permanent Cart</b> - Any products added to your online cart remain there until you remove them from your order or purchase them. Did you subscribe to the newsletter? This enables us to inform you of new products and special offers!' . "\n" . '<li><b>Address Book</b> - We accept Pay-Pal, UK cheques and also IBAN transfers from any country in the world, just e-mail the store if you need the IBAN details and we can process your order manually NOTE: Pay-Pal payments can only be sent to the address provided by your pay-pal account.' . "\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.' . "\n\n");

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");

?>

 

 

Didn't change much, just tweaked it. I didn't like the idea of sending to "other addreses". This would make life very difficult int he event of a pay-pal claim where they require tracking info.

 

Hope this helps.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...