E-Commerce Categories & Sub-Categories

I’m Building an E-Commerce site for my business and I’m having trouble getting my category system to work. We have hundreds of categories so we are breaking it into parent categories with sub-categories. I want to have a side menu with an accordion drop down that will show the sub categories under the parent categories. Can someone please help me to get this working?


Here is my public share link: LINK
(how to access public share link)

1 Like

The issue you are going to run into is that you can not next collections inside collections. Many people are grappling with this and the wishlist item is in planning :crossed_fingers:

Therefore you can’t achieve this in a way where parent categories are dynamically added. I think you will need to manually add collections a sub cat collection ilst for each main category and filter. obviously this is not feasible for a large number (20 lists is the limit) or constantly changing parent categories.

some custom option may be the go [TUTORIAL] MixItUp filtering plugin with Dynamic content

I am about to need the same thing …