Jump to content

Text length limitation for product combinations in the Back Office PS 1.6


Nagrad

Recommended Posts

Hello,

PS 1.6 imposes a text length limitation for product combinations in the Back Office orders section. This is inconvenient for products with many combinations, as not all ordered combinations are visible. It’s related to the description, but not in its entirety. Have you guys found a solution to this problem?

Thank you in advance!

Link to comment
Share on other sites

To increase the length of the product combinations text in PrestaShop 1.6, you can modify the database column where the combination details are stored.:

Access your database (via phpMyAdmin)
Execute below query-
ALTER TABLE ps_order_detail
MODIFY COLUMN product_name TEXT;

This change will allow the product name and its combinations to accommodate larger text. Adjust the field type as needed based on your specific combination field.

Let us know if you need further assistance!

Link to comment
Share on other sites

Hi, Thank you for your help!

I’ve realized that abbreviating the attributes makes the order descriptions much shorter. This way, the full attributes can still be viewed in the back office order field, which is great.

Thanks again for your support!

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