Hi is it possible to change the maximum lenght of product titles? Some of my titles are getting cut off.
Thanks.
Hi is it possible to change the maximum lenght of product titles? Some of my titles are getting cut off.
Thanks.
The limit is set by the size of the database field - to modify it, run this query from Admin > Tools > Install SQL Patches:
where xx is the number of characters you want to allow for the product name (in an unmodified zencart installation, that value is 64)Code:ALTER TABLE products_description CHANGE products_name products_name VARCHAR(xx);
Neville
An assumption is what you arrive at when you get tired of thinking...
When changing a database table field length, be sure to address all tables that use it, as well ...
The Products Name is in at least two tables:
products_description
orders_products
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!