Hello everyone!
In Catalog > Manufacturers, by editing a particural manufacturer, you can set a Manufacturer's url. The character limit for that field is 255.
Can that be increased?
If yes, then how?
Many thanks for reading this!
Hello everyone!
In Catalog > Manufacturers, by editing a particural manufacturer, you can set a Manufacturer's url. The character limit for that field is 255.
Can that be increased?
If yes, then how?
Many thanks for reading this!
Who has a url that exceeds 255???you can set a Manufacturer's url. The character limit for that field is 255.
But that is in the database but not sure that you can increase it
Zen-Venom Get Bitten
I believe that the code makes this a clickable link
So using it for text might not be a prudent move
Zen-Venom Get Bitten
Use something like phpmyadmin browse that table and that record
manufacturers_info > manufacturers_url
You will need to change the class of the manufacturers_url entry from varchar(255) to text
Or if using mysql 5.x can increase the carchar
Prior to MySQL 5, the max VARCHAR was 255. Now VARCHAR can get up around 65k
Zen-Venom Get Bitten