Guest Posted August 5, 2008 Posted August 5, 2008 hello, please help i want to edit the emails which are sent to the customers when they use my site, i do not know much about html etc etc but need a bit of help! firstly, can anyone tell me what emails osc sends and which files contain the languages they use, i.e. new account create_account.php but what about the others? new orders etc etc secondly, how can i edit the text? i know very little html! but use the pasted text belwo for example, what are the "\n\n" and the <li> all for? i want to edit these ASAP but i do not want to edit until i know what to edit if that makes sense? 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, 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.' . "\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"); ?>
FIMBLE Posted August 5, 2008 Posted August 5, 2008 Try to install Uhtml email contribution, doing it anyother way may prove too painful for you. Or FCK HTML emails which allow you to change it as you see fit Regards Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
diy Posted August 5, 2008 Posted August 5, 2008 Try to install Uhtml email contribution, doing it anyother way may prove too painful for you.Or FCK HTML emails which allow you to change it as you see fit Regards Nic Search for "Html Tags" or search for "w3 schools" or both and you will learn some basic HTML or use FcK editor as Fimble said!! the contribution is http://addons.oscommerce.com/info/5825 What i wanted to change was "Order process" as an email title when the customer gives an order and the emails the client is getting when an order is updated doew anyone know where these two are located?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.