ilan316 Posted November 3, 2013 Share Posted November 3, 2013 In the back office > shipping > carriers > edit a carrier in the transit time box - how can i increase the number of characters i can add in the box? thank you Link to comment Share on other sites More sharing options...
vekia Posted November 4, 2013 Share Posted November 4, 2013 you can do it in classes/Carrier.php file you need to increase size value in object difinition for: 'delay' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'required' => true, 'size' => 128), Link to comment Share on other sites More sharing options...
ALMAJ Posted January 21, 2014 Share Posted January 21, 2014 you can do it in classes/Carrier.php file you need to increase size value in object difinition for: 'delay' => array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'required' => true, 'size' => 128), Hi Vekia. This method it's not working anymore with prestashop 1.5.6.1 and 1.5.6.2 Tanks Link to comment Share on other sites More sharing options...
vekia Posted January 22, 2014 Share Posted January 22, 2014 hello now after changes, what's going on/ you see some error messages? Link to comment Share on other sites More sharing options...
ALMAJ Posted January 22, 2014 Share Posted January 22, 2014 hello now after changes, what's going on/ you see some error messages? Hi, no error messages, I just cannot insert more than 128 characters to be able to have a longer description on transit time box i must edit manually in the Data Base Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now