Hi
I hope someone can help.
I'm showing a list of all products, and on that list I'm trying to divide the product list into groups based on Ecom groups. In xslt I could loop through ProductGroups first, then loop through Products, and only display those products where ProductGroups.Group.Name was equal to AssociatedGroups.Group.Name. It was not a pretty solution but it worked.
When upgrading to 8.2.3.2 I could not use xslt (at least not the above), so I decided to use razor. Now I do not have access to the AssociatedGroup loop. Is there another way to get the AssociatedGroups loop? In xslt I should declare availableloops, is that also necessary in razor, and how do I do that? In the documentation for 8.2.3.2 there is an image (see attachment - http://developer.dynamicweb-cms.com/releases/dynamiceb-8.2.3.aspx) where the group is displayed, but it does not work in my template.
Furthermore, the @DwTemplateTag does not work as it used to. When used in the productlist template it only shows Global tags and loops. Is there another way to display available tags in razor?
Regards Thomas