pmfjoe Posted December 20, 2012 Share Posted December 20, 2012 Had this working in 1.5.1 before upgrading to 1.5.2. We need to be able to display formatted HTML in the customer message. In 1.5.1 we changed the following: in classes - customermessage.php and message.php we changed 'message' => array('type' => self::TYPE_STRING, 'validate' => 'isCleanHtml', 'required' => true, 'size' => 65000), to 'message' => array('type' => self::TYPE_HTML, 'required' => true, 'size' => 300000), This worked and allowed the html to display properly, however in 1.5.2 this no longer seems to work. Does anyone know if anything else changed that would affect this? Link to comment Share on other sites More sharing options...
Recommended Posts