I have the following pages at level 1:
- Home
- Products
- Cart
When i configure the Products page to include all groups of Shop1 then things start to fall over.
The Top menu is also rendering the ecom groups under products:
- Products
- Group1
- subgroup1
-Group2
etc...
I would expect the navigation to stop at Products (level 1).
Also the sub menu:
<ul class="dwnavigation" id="left" settings="startlevel:2;endlevel:5;template:LIClean.xslt;expandmode:path;id:top">
<li><a href="#"></a><a href="#">Nec metus sed donec</a></li>is not displayed correctly.
<li><a href="#">Magna lacus bibendum mauris</a></li>
<li><a href="#">Velit semper nisi molestie</a></li>
<li><a href="#">Eget tempor eget nonummy</a></li>
<li><a href="#">Nec metus sed donec</a></li>
</ul>
This where i expect to show the ecom groups when i am on page Products but they are not there.
Is this a bug or should i configure it differently?
Kind regards,
Remi