I have a multi-level category structure as per the screenshot.
I have 3 products in ‘Readymix Concrete & Shotcrete’ and one in ‘Retarding Products’.
I have only selected the child categories for all i.e. I didnt select ‘Construction & Building Materials’, ‘Concrete Admixtures’ as well as ‘Retarding Products’.
The problem is, where I’ve used:
{exp:channel:entries related_categories_mode="yes"}{if count == '1'}<ul>{/if}
<li>{title}</li>
{if count == total_results AND count >= '1'}</ul>{/if}{/exp:channel:entries}I’m getting all of the products which are in children categories of the ‘Construction & Building Materials’ parent.
Is this correct? If so, is there a way to display the products only in the child category?