Hello,
I've a store module on my site. I've created some categories. Each category has some sub-categories, and each sub-category has some sub-categories too.
My problem is that each sub-sub category has some products which have a name that is the same of the products of others sub-sub-categories.
So, if I select a category or a sub-category, a lot of products with the same name appear.
To avoid confusion, I'd like that products only appears if the user select the category which product belongs.
For example, if I have
Category A -> Category A.1 -> Category A.1.1 -> circle, square
Category A.2
I'd like that the products "circle" and "square" only appears if I select the sub-sub category A.1.1.
They must not appear if I select Category a or Category A.1.
Is it possible???
I hope you understand what I mean!