Hi people
Hope you can help me with this.
I need to make a design that looks like this:
Product Group --- Product subgroup --- Subgroup + Products
And this on 1 page with horizontal scrolling.
All is working fine until i need to output the products.
Im using 3 eCom modules to output the different groups in the 3 divisions. So what I need is the last module to output something like this:
<!--@LoopStart(Groups)--> <h1><!--@Ecom:Group.Name--></h1> <!--@LoopStart(Products)--> <h2><!--@Ecom:Product.Name--></h2> <!--@LoopEnd(Products)--> <!--@LoopEnd(Groups)-->
However the product loop doesn't seem to be available from the groups loop.
How can I achieve this?
Hope you can help.
/Rune