pitbull I noticed that the "Add Comment" textarea field in the modal popup when a customer choose a menu item have a 50 characters limitation !! How can i increase that limit to 150 characters ??? I searched all the files but didnt find anything !
sampoyigi You'll find the code to change in extensions/cart_module/controllers/Cart_module.php on line 79 'comment' => $this->input->post('comment') ? substr(htmlspecialchars(trim($this->input->post('comment'))), 0, 50) : '',