I currently have a summary page that displays the links to 5 product categories (with a product image for each category) - the user clicks on an image is taken to a new page that displays all the products in that category.
What I now need to do is have a new product category (c6) with 3 sub-categories (c6-a), with each of these sub-categories potentially have multiple sub-categories (c6-a-1).
c6 > c6-a/c6-b/c6-c > c6-a-1/c6-a-2/c6-a-3 ...etc
The problem I’m having is getting EE to display the categories inside the 1st level of sub-category (c6-a) on a single page. So that the user can select c6 from the top level of product categories, & then see the c6-a/c6-b/c6-c sub-categories displayed on a new page, and then click from that selection to see a single page displaying the products in, for example, the c6-a-1 sub-category (and then choose a product to view).
There would also need to be a breadcrumb trail at the top of each page…
Any help with this would be very much appreciated!!! Many thanks