Mark B Posted July 17, 2019 Share Posted July 17, 2019 (edited) Hi there, I'm in the process of setting up my e-commerece store, many of the products have extended long descriptions which I need to fit but I'm being limited by the default size from installation. I'm pretty good when it comes to code so if there's a specific php file I need to modify that would be fine. Prestashop version: 1.7.5 Thank-you for any help! Edited September 11, 2019 by Mark B (see edit history) Link to comment Share on other sites More sharing options...
Mark B Posted July 23, 2019 Author Share Posted July 23, 2019 bump. Link to comment Share on other sites More sharing options...
Mark B Posted August 20, 2019 Author Share Posted August 20, 2019 bump Link to comment Share on other sites More sharing options...
Mark B Posted September 11, 2019 Author Share Posted September 11, 2019 bump, still have this issue. Link to comment Share on other sites More sharing options...
JBW Posted December 13, 2019 Share Posted December 13, 2019 On 7/17/2019 at 5:33 PM, Mark B said: I'm pretty good when it comes to code so if there's a specific php file I need to modify that would be fine. Check FormattedTextareaType.php https://github.com/PrestaShop/PrestaShop/blob/develop/src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php /** * Max size of UTF-8 content in MySQL text column */ const LIMIT_TEXT_UTF8 = 21844; There might be side effects changing this so backup and test carefully. 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