Was wondering about a workaround on grouping variants. We had it set previously to show all colours but wanted to group the colours as there can be many shades of black, blue, red etc.
Not much of a consolation, but we have come up with some in Vendr for v8 which should hopefully combat this where you can define all your attributes, but then also create a series of Presets for specific product types so you can limit the number of options displayed.
Grouping Colours - Backened
Was wondering about a workaround on grouping variants. We had it set previously to show all colours but wanted to group the colours as there can be many shades of black, blue, red etc.
Hi Kyle, unfortunately the variants property editor only supports a single level of attribute so grouping isn't really possible.
The source code for the variants editor is available if you want to try tweaking it, but that editor is really rather complex so it wouldn't be that easy https://github.com/TeaCommerce/Tea-Commerce-for-Umbraco/blob/master/Source/TeaCommerce.Umbraco.Application/PropertyEditors/variant-editor.controller.js
Not much of a consolation, but we have come up with some in Vendr for v8 which should hopefully combat this where you can define all your attributes, but then also create a series of Presets for specific product types so you can limit the number of options displayed.
Matt
Hi Matt,
Thanks for the response. That's fine ill revert it back to single level.
is working on a reply...