amar.prestashop Posted October 7, 2013 Share Posted October 7, 2013 (edited) Hi everybody, I like to increase the number of max chars in the Order Messages. By default this limit is set to 1.200 chars i need to extend to 3.000 or more so i can personalize the shipping and handling messages, support questions and more. Is there a security reason because the max chars is set to 1.200 max ? Amar, Edited October 9, 2013 by amar.prestashop (see edit history) 1 Link to comment Share on other sites More sharing options...
tuk66 Posted October 9, 2013 Share Posted October 9, 2013 /classes/order/OrderMessage.php 'message' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isMessage', 'required' => true, 'size' => 1200), 1 Link to comment Share on other sites More sharing options...
amar.prestashop Posted October 9, 2013 Author Share Posted October 9, 2013 (edited) Thank you What is the purpose of this limitation ? concern security or database dimension ? Amar, Edited October 9, 2013 by amar.prestashop (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted October 10, 2013 Share Posted October 10, 2013 I think it is just how developers do this. 1 Link to comment Share on other sites More sharing options...
Rafaeltm Posted June 25, 2015 Share Posted June 25, 2015 Thanks a lot!! Link to comment Share on other sites More sharing options...
Recommended Posts