Nagrad Posted September 17, 2024 Share Posted September 17, 2024 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 More sharing options...
Knowband Plugins Posted September 20, 2024 Share Posted September 20, 2024 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 More sharing options...
Nagrad Posted September 23, 2024 Author Share Posted September 23, 2024 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 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