berta62 Posted November 22, 2017 Share Posted November 22, 2017 (edited) Can someone tell me how to modify the length of the long Description tab from 6000 to 20000 or something like this? I m new on this so thanks in advance. Edited November 22, 2017 by berta62 (see edit history) Link to comment Share on other sites More sharing options...
premiumpresta Posted November 22, 2017 Share Posted November 22, 2017 You could modify /src/PrestaShopBundle/Form/Admin/Product/ProductInformation.php at lines 161 and 165 to change value 6000 into 20000. But note that you are modifying a core file and your changes will not be preserved at version update. The maximum capacity that the product description field can hold in the database is around 65000. 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