Jump to content

Incease the letters fo the supplier title more than 32 characters ?


Recommended Posts

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

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...