Hi all,
I’m a little confused about why template item variants are not configurable at the item level. Take, for example 2 shirts made by different manufacturers. Yes, the sizes will probably be the same (S, M, L), but the colors may be wildly different. So far as I can tell, I’m left with 3 options.
- Have a single COLOR attribute and add every color for every shirt we encounter.
- Create an item class for every distinct set of colors.
- Create an attribute for every distinct set of colors and add all of those attributes to a single SHIRTS item class.
I don’t like any of these as it seems like it’ll lead to a lot of clutter on the screens. Are there alternative solutions here? Ideally, I’d be able to decide at the item level which attributes to include with the item but alas...