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 | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| To send in HTML from pages (by faaliyet) 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
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with path to FCK Editor | tp118 | osCMax v2 Installation issues | 0 | 12-28-2007 11: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 04:39 PM |
| Anyway to get a popup window from FCK editor?? | Redeye_Joe | osCMax v2 Features Discussion | 1 | 03-07-2006 01:00 PM |
| product/category description shows FCK editor url | Dumb_Question | osCMax v2 Features Discussion | 7 | 01-01-2006 01:11 PM |