When I'm in a certain section, as well as displaying a list of sub-sections, it possible to display all the products that are in those sub-sections?
The first solution I thought of was to create a duplicate of every product in the sub-sections and just drop it in the parent. This works but becomes a manual process so every time a product is added my customer would have to remember to add a duplicate.
I'm guessing the solution will be using blocks but I can't work out/find the right one/s to use.
I think I need something along the lines of:
If the current section has a child section/s, display all the products in that/those child section/s.
Any suggestions welcome!
The first solution I thought of was to create a duplicate of every product in the sub-sections and just drop it in the parent. This works but becomes a manual process so every time a product is added my customer would have to remember to add a duplicate.
I'm guessing the solution will be using blocks but I can't work out/find the right one/s to use.
I think I need something along the lines of:
If the current section has a child section/s, display all the products in that/those child section/s.
Any suggestions welcome!
Comment