Jump to content

[SOLVED] Problems with max characters in short description (Prestashop 1.4.8.2)


colorrush

Recommended Posts

Hello,

 

I need to add a short description which is 920 characters.

 

Some time ago i set the max characters for the short description to 750 in the file admin/tabs/AdminProducts..php:

 

$limit = (int)Configuration::get('PS_PRODUCT_SHORT_DESC_LIMIT');
if ($limit <= 0) $limit = 750;
 
But when i change 750 to 1000, and go to the product and insert the text, I get this error:
 
Fatal error (Product->description_short: length > 800 for language 6)
 
What am I doing wrong?
 
Thanks in advance.
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...