Jump to content

how to increase no. of characters in transit time box?


Recommended Posts

  • 2 months later...

 

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...