U HTML Emails
for osCommerce Online Merchant v2.2
This is an html email contribution for osCommerce Online Merchant [2.2rc2]. It will replace the standard emails with emails that have more advanced layout and design. The contribution allows you to have different "html email layouts" installed at the same time. New layouts can easily be created and installed. You can easily change between the different "html email layouts" from a dropdown menu, "E-Mail Options"->"Html Email Layout", in the admin panel.
Screenshots is included.
Support thread is: http://forums.oscommerce.com/index.php?showtopic=296492
Legend: 
Download

Report
For dutch users with iDEAL installed http://addons.oscommerce.com/info/3759
Addon U HTML with extra layout for text/plain with linefeeds.
U HTML is a straight foreward solution for HTML-Emails, very easy to install and with great results.
ADDON: http://addons.oscommerce.com/info/5825
Version v2.1 outputs one line of text without linefeeds (n, <br>) for 'non-HTML' e-mail viewers (moblie, webmail, etc).
Forum: http://forums.oscommerce.com/index.php?showtopic=296492&st=120
Solution is relative simple without any heavy modifications (as far I can see).
Modification IN ADDITION to U HTML v2.1 (2008/08/02):
--- step 1 modify admin/includes/functions/general.php AND catalog/includes/functions/general.php ---
Find:
function tep_mail($to_name, $to_email_address, $email_subject, $email_text, $from_email_name, $from_email_address) {
if (SEND_EMAILS != 'true') return false;
// Instantiate a new mail object
$message = new email(array('X-Mailer: osCommerce'));
// Build the text version
$text = strip_tags($email_text);
if (EMAIL_USE_HTML == 'true') {
$message->add_html($email_text, $text);
Add after:
//--- Beginning of addition: Ultimate HTML Emails ---//
global $UHTML_html_text;
if (tep_not_null($UHTML_html_text) ){
$message->html_text = $UHTML_html_text;
}
//--- End of addition: Ultimate HTML Emails ---//
--- step 2 add text/plain ---
For the e-mail you want to modify the text/plain go to:
catalog/includes/modules/UHtmlEmails/LAYOUT_NAME/FILENAME.php
At the end of the file, before '?>' insert:
$UHTML_html_text = "This is the text/plain codenwith linefeeds.nnYou can also use the variables used in the $html_email.";
That's all...
Same text in file.
New in this version:
* Bugfix: Some errors in the code for deciding wheter to say Mr. Ms. or non of them where fixed.
* New feature! The newsletters (not product notificatons as I don't use them myself and didn't have time) are now sent in many smaller packages to avoid timeouts. This works simmilar to the contribution "advanced bulk mailer" which I took inspiration from, but is safer, works automaticaly and has a progress bar.
Regards Olof Larsson / Lajvbutiken.se
New in this version:
* Bugfix: Newsletters are now sent in html.
Still, if you have to many customers you will get timeout when sending the newsletter and every customer will not receive one. This will need to be fixed in the next version.
Sorry I just found out that the newsletters still isn't working. Be aware of this if you install the previous version.
Apart ffrom this the contribution works great.
Attached file is empty.
New in this version:
* Bugfix for the preview of newsletters. The only file changed is admin/newsletters.php
This is a full package.
Look at the screenshots here: http://lajvbutiken.se/uhtmlemails/
New in this version:
* New Improved Manual
* Better folder structure for the layout files
* The contribution now also covers Tell a friend, Password forgotten, Newsletters and Notifications.
Look at screenshots here: http://lajvbutiken.se/uhtmlemails/
esta contribuição é para tradução em potugues (brasil)
this contribution is for translation in potuguese (brazil)
não é pacote completo
it is not complete package
solo he traducido los idiomas español y catalan, también he puesto la traducción al francés de poloranger.
Una gran contribución . Paquete completo
----------------------------------------------------------------------------------------------------------
I just translated the Spanish language and catalan, I have also put the French translation of poloranger.
A very good contribution. Complete package
Not Full Package,
Just french files.
In this new release I have changed all the tables a little bit to improve the way the emails look in gmail.
* New Layout "Stripes" added!
(Screenshots included)
Fixed a typo in the forest green layout which made the imageurls invalid.
This is an html email contribution for osCommerce Online Merchant [2.2rc2]. It will replace the standard emails with emails that have more advanced layout and design. The contribution allows you to have different "html email layouts" installed at the same time. New layouts can easily be created and installed. You can easily change between the different "html email layouts" from a dropdown menu, "E-Mail Options"->"Html Email Layout", in the admin panel.
Screenshots is included.
Support thread is: http://forums.oscommerce.com/index.php?showtopic=296492