Filter variable products by variation attributes
-
I’m trying to find a filter plugin that can filter variable products by their variation attributes instead of the aggregate attributes on the “main” product.
What do I mean by this? Let’s say I have two attributes “Color” and “Size”, and two products with variations like this:
Product1
– Var1 [ color = blue , size = 11 ]
– Var2 [ color = green , size = 12 ]Product2
– Var1 [ color = green , size = 13 ]
– Var2 [ color = purple , size = 12 ]If I set filter to search for products with Color Green AND Size 12 I will get both Product1 and Product2, even though Product2 doesn’t have that variation, simply because size 12 exists within the “parent” variable product.
Does anyone know a solution / plugin for this, other than writing custom search functionality (I really don’t feel like doing that)?
The topic ‘Filter variable products by variation attributes’ is closed to new replies.