I have a product category with some related groups defined in the "Default Related groups" tab.
Now in the frontend I would like to get a list of these groups. I have tried with a
<!--@LoopStart(ProductRelatedGroups)--> loop, but that only gives me the group itself and not the list of related groups.
What I need is a RelatedGroups og GroupRelatedGroups loop, but there is no such thing? or am I just missing something?