How to apply a set of attribute terms to all products in a category
-
I have two attributes with own terms, like
- color: red, green
- size: small, big
All products in category 1 should have a combination of attribute terms like color: red, size: big,
All products in category 2 should have a combination of attribute terms like color: green, size: small
My (affiliate) products are automatically, with cronjob, imported into their categories, they have other attributes, given by their merchants, which are imported too.
How to apply to products, imported into category 1 and 2, their corresponding attribute values, so
- all products imported into category 1 get applied color: red, size: big and
- all products imported into category 2 get applied color: green, size: small ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to apply a set of attribute terms to all products in a category’ is closed to new replies.