Is it possible to have “conditional” attributes on items?
For instance, we sell brewing supplies as well as beer and wine. I have a bunch of different products which have their own set of attributes such as:
Hops:
- hop type
- alpha acid range
- alpha acid percentage
Beer:
- color
- IBU
- style (ale/lager/etc)
- ABV
Wine:
- kit type (4 week / 5 week / 6 week etc)
- color
- country of origin
Would I be better off defining a ‘master’ item for each of these and then setting up variants? Or can I add attributes in some sort of “conditional” way?