Totally Zenned
- Join Date:
- May 2006
- Location:
- Gardiner, Maine
- Posts:
- 2,383
- Plugin Contributions:
- 7
adding attributes to all products with sql query
I have a large cart that needs the same three attributes added to every product. Some products already have them but many don't. I'm trying to do a sql query to do it all at once and have realized it's dang complicated.
Esentially it would say if all products don't have these three attributes, add the attributes.
I don't think any of the mass attribute functions can do this except to copy over category by category. If there's another way, I would love to hear about it. Otherwise...sql query.