Jump to content

Long Product Names


Recommended Posts

Try following these 2 steps.

 

1. Open database using PhpMyAdmin, search for table 'product_lang', now you need to change type of column "name". Change its type length from 128 to 300.

 

2. Now edit /classes/product.php file, search for "isCatalogName". Now in the search result line, replace 128 with 300.

 

This should do the trick for you.

 

PS: Don't forget to create database backup, just in case.

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