Posted - 05/02/2022 : 13:03:28
When you add a product to a sub category, technically it is added to the category higher up in the tree. You just need to access it with the correct URL if you want to show those products. If you are using the breadcrumb trail on your category pages, you will see the (all products) there. Clicking that shows all products in the sub categories under that category. So you can create links to those and put them in your menu or wherever you like. As an example, check this page on the demo store - http://www.ectdemostore.com/responsivegeneric/categories.php?cat=Premium+CSS You can see there are three sub categories there. Clicking "All Products" in the bread-crumb, and you see all products under those categories You can also see the only difference in the URL is categories has just changed to products. Thanks, David
Edited by - dbdave on 05/02/2022 13:10:38
|