Derres Posted February 4, 2017 Share Posted February 4, 2017 How i can Incease the letters fo the supplier title more than 32 characters ??? Manufacturer can be very long an supplier allow me max to have 32 chars. How i can increase it ? Thanks Link to comment Share on other sites More sharing options...
Mohamadou Ndiaye Posted February 4, 2017 Share Posted February 4, 2017 What version of PrestaShop are you using ? Link to comment Share on other sites More sharing options...
Derres Posted February 4, 2017 Author Share Posted February 4, 2017 1.6.3 thx Link to comment Share on other sites More sharing options...
Mohamadou Ndiaye Posted February 4, 2017 Share Posted February 4, 2017 Do you mean 1.6.1.3 ? Link to comment Share on other sites More sharing options...
Derres Posted February 7, 2017 Author Share Posted February 7, 2017 Yes Link to comment Share on other sites More sharing options...
Mohamadou Ndiaye Posted February 8, 2017 Share Posted February 8, 2017 In this version the max characters for the supplier title is 64 . But if you need to increase this number, you can Override the Supplier.php Classe and change this line: 'name' => array('type' => self::TYPE_STRING, 'validate' => 'isCatalogName', 'required' => true, 'size' => 64), if size equals to 32 change to 64 or whatever you like. Also go to your mysql database and change also the column name in the supplier table. That's all ! 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