Jump to content

Customer Reassurance How to increase the number of characters in your content?


sylwekb

Recommended Posts

  • 1 month later...

Hi,

 

In PrestaShop, the character limit for various text fields, including product descriptions, is often set in the database rather than in specific files on the FTP.

Use a database management tool like phpMyAdmin or a similar tool provided by your hosting provider to access your PrestaShop database.

Find the table related to the content you want to modify. For product descriptions, you'll typically be looking at the ps_product_lang table. Look for the description column.

Find the row corresponding to the product for which you want to increase the character limit. Click on the "Structure" tab in phpMyAdmin, find the description column, and adjust the "Length/Values" setting to a higher value. This sets the character limit for the description field.

Note: The exact steps may vary slightly depending on your database management tool.

After making the changes, save them. This will update the character limit for the description field.

NOTE: Increasing the character limit might have consequences in terms of performance and layout, especially if your theme is not designed to handle longer product descriptions.

Thanks!

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