This is a discussion on All In One FCK Editor WYSIWYG Editor within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; To send in HTML from pages (by faaliyet) in catalogadminincludesmodulesnewsletters path edit this files: newsletter.php and product_notification.php Find: $mimemessage = ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| in catalogadminincludesmodulesnewsletters path edit this files: newsletter.php and product_notification.php Find: $mimemessage = new email(array('X-Mailer: osCommerce bulk mailer')); And Replace With This: $mimemessage = new email(array('Content-Type: text/html; charset=ISO-8859-15')); edit this file: catalog/admin/mail.php Find: //Let's build a message object using the email class $mimemessage = new email(array('X-Mailer: osCommerce')); And Replace With This: //Let's build a message object using the email class $mimemessage = new email(array('Content-Type: text/html; charset=ISO-8859-15')); The message field in the form would then get HTML. That's all,now is fixed. (No file included into zip file.) More...
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with path to FCK Editor | tp118 | osCMax v2 Installation issues | 0 | 12-28-2007 10:52 PM |
| SSL And FCK editor- something wrong | countingsheep | osCMax v2 Installation issues | 11 | 08-04-2007 04:08 PM |
| fck editor query | Lara Croft | osCMax v2 Customization/Mods | 3 | 01-25-2007 03:39 PM |
| Anyway to get a popup window from FCK editor?? | Redeye_Joe | osCMax v2 Features Discussion | 1 | 03-07-2006 12:00 PM |
| product/category description shows FCK editor url | Dumb_Question | osCMax v2 Features Discussion | 7 | 01-01-2006 12:11 PM |