colorrush Posted October 14, 2013 Share Posted October 14, 2013 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 More sharing options...
vekia Posted October 14, 2013 Share Posted October 14, 2013 back office > preferences > products check value of field: Link to comment Share on other sites More sharing options...
colorrush Posted October 14, 2013 Author Share Posted October 14, 2013 (edited) back office > preferences > products check value of field: EDIT: Thank you! - I totally overlooked that option in the preferences. Edited October 14, 2013 by colorrush (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 15, 2013 Share Posted October 15, 2013 it mean, that everything works for you as you expected? Link to comment Share on other sites More sharing options...
colorrush Posted October 15, 2013 Author Share Posted October 15, 2013 it mean, that everything works for you as you expected? Yes it works now Link to comment Share on other sites More sharing options...
vekia Posted October 15, 2013 Share Posted October 15, 2013 ok, many thanks for confirmation now i can mark this topic as [solved] with regards, Milos 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