Hi @prakash_s
I might not have explained so you understand what I am trying to achieve. Let me add some more info.
I have 6 top line categories that have no products in them, and below them we then have sub-categories.
I would like to be able to have the Shop page that just shows the 6 top line categories, then when someone clicks on the category they are then able to view all of the sub categories, only at the point of entering one of these sub categories do they then see the products.
What is the best way to handle this?
Here is the structure so it might make more sense
Shop>>
Cat A >> Sub Cat A >> Products
Cat A>> Sub Cat B >> Products
Cat A >> Sub Cat C >> Products
etc etc.
An easier way to understand this would be something like the following
Main Category = “Mens Clothes”
Sub Categories would then be Shirts, Trousers, Suits, Shoes, Sweaters etc…
Mens Clothes >> Shirts >> Products
>> Trousers >> Products
>> Suits >> Products
>> Shoes >> Products
>> Sweaters >> Products
repeat for Womens Clothes
repeat Childrens Clothes
With this client they don’t want to have separate menu items that feature, Cat A, Cat B, Cat C, Cat D, Cat E, Cat F.
They want this to be able to be visible on one “shop” type page.