You can customize the products_options_values table and change the the field:
products_options_values_name
You can try changing that to the type of TEXT and see if that works better for you ...
You can customize the products_options_values table and change the the field:
products_options_values_name
You can try changing that to the type of TEXT and see if that works better for you ...
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!
That won't work. I have Flavors and sizes and each flavor has a different label. I need to show that label, and so far, adding HTML to my Option Name is the closest I have come.
If you make the field type in the database table TEXT rather than varchar 64 ... then the field can contain a lot more than 64 characters ...
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!
Are you talking about making this change in the database??? Rather than in the CP???
Yes I am ... if you want to enter as an Option Value something longer than 64 characters ... that data is stored in the database in the products_options_values table and you need to change the field:
products_options_values_name
so that instead of being varchar 64 it is something bigger such as text ...
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!