Jump to content

How do I change the character limit for the description? It's currently limited at 21844 chars.


Mark B

Recommended Posts

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.

image.png.f26e1f1745bb1c1ed8703941858f81bd.png

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 by Mark B (see edit history)
Link to comment
Share on other sites

  • 4 weeks later...
  • 4 weeks later...
  • 3 months later...
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

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