I need all my attributes to have a "display only" flag on their first choice. is there any way to edit these display flags per product in an easy populate like way?
I dont see any global options to make all option value X display only. Thanks!
I need all my attributes to have a "display only" flag on their first choice. is there any way to edit these display flags per product in an easy populate like way?
I dont see any global options to make all option value X display only. Thanks!
You need to know what the fields are for:
options_id
options_values_id
Then you can set the field:
attributes_display_only
to 1 for being Display Only YES ...
Be sure that you backup your database first and you can use something like:
This can be run in the Tools ... Insert SQL Patches ...PHP Code:UPDATE products_attributes SET attributes_display_only = 1 WHERE options_id = XX and options_values_id = YY;
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!
Thank you so much. You can solve everything!
You are most welcome ...![]()
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!