Pressed0024 Posted May 22, 2014 Share Posted May 22, 2014 When we try to email customer linked to their order using the order comment, there is a char limit of 1600. I'm guessing I have to set varchar limit in mysql but what other codes do I have to edit to ensure there are no code conflicts? Link to comment Share on other sites More sharing options...
Pressed0024 Posted May 22, 2014 Author Share Posted May 22, 2014 Apparantly, ps_order_message_lang varchar was defaulted to text and this is not the limiting factor. What is limiting the max message length? Link to comment Share on other sites More sharing options...
Pressed0024 Posted May 22, 2014 Author Share Posted May 22, 2014 Fixed. /public_html/classes/Message.php message' => array('type' => self::TYPE_STRING, 'validate' => 'isCleanHtml', 'required' => true, 'size' => 1600), Link to comment Share on other sites More sharing options...
Recommended Posts