I have an attribute option that is set to TEXT. I have all products using this and it's set to REQUIRED. I need to turn it OFF. Is there a way to do a MASS TURN OFF with a click of a button?
I have an attribute option that is set to TEXT. I have all products using this and it's set to REQUIRED. I need to turn it OFF. Is there a way to do a MASS TURN OFF with a click of a button?
Do you want this turned off for *every single attribute that you have*?
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!
YES, exactly
!
Just post on this the other day ... now what was that handy dandy SQL statement ...![]()
Oh yeah ...
BACKUP your database first ...
Did you back it up?
This will remove all of the require settings:
PHP Code:UPDATE products_attributes SET attributes_required = 0;
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!