For our e-commerce store, we have the same flavours used across a lot of different products which we currently manage by using blocks on the templates, but this means there’s a lot of duplication and if one of the flavours changes, we have to update it across multiple different product templates.
Metaobjects seems like a good solution for this, but if I just enter an entry for each flavour, they’ll output in a seemingly unknown order. Because each flavour has more than 1 setting I can’t just use a “List of entries”.
The only way I can think to achieve this is create 1 Metaobject for the individual flavours, then create another Metaobject which is a list of entries of my flavour Metaobject… Just feels a little off - is this the only way to achieve this?
Thanks!