Hi @osmams
To uncheck the “Used for variations” checkbox in attribute settings for all products, you would typically have to do this manually for each product. WooCommerce doesn’t have a built-in feature that allows you to uncheck this option globally.
However, there are a few workarounds that you could consider:
- Bulk Edit Products: You can use the Bulk Edit feature to modify multiple products at once. However, this feature does not extend to product variations and attributes.
- Product Import/Export: WooCommerce has a built-in product import/export feature. You could export your products to a CSV file, make the changes in the file, and then import it back into WooCommerce.
- Use a Plugin: There are several plugins available that can help to bulk edit product attributes. One of them is the Bulk Edit Products, Prices, and Attributes plugin. This plugin allows you to add, delete, or update attributes for all products in a particular category.
- Custom Code: If you’re comfortable with coding or have access to a developer, you could write a custom script to uncheck the “Used for variations” checkbox for all products. This would require a good understanding of WooCommerce’s code and database structure.
I hope this helps! Please let us know how it goes or if you need further assistance.