I would like to select from products of all the child sections of a top level section.
Using the block Child Section List you only get the immediate children not the children of children.
How can I show all the children of a top level section?
This is what I have under each top level section:
I really need instead of "<actinic:block type="ChildSectionList" >" something like 'all the children sections list'
Please could anyone help?
Thank you.
Using the block Child Section List you only get the immediate children not the children of children.
How can I show all the children of a top level section?
This is what I have under each top level section:
Code:
<actinic:block type="ChildSectionList" > <actinic:block type="ProductList" > <actinic:block if="%3cactinic%3avariable%20name%3d%22ShowAsMegaMenuProduct%22%20%2f%3e"> <actinic:variable encoding="perl" value="forMMII" name="BestSellerItem" /> </actinic:block> </actinic:block> </actinic:block>
Please could anyone help?
Thank you.
Comment