I have a 3 questions. I am sure they are simple, but I have read the docs and try for two days but I think I am missing something.
Site: rockhartclothing . com / store (development only)
1) How do I get the category list module to always show all the categories, regardless of clicking on a parent that has children?
Right now, if you click (example) Shirts, it lists Men's/Women's, but would like it to list ALL the others as seen on the main list.
2) Children categories do not display correctly in category for LIST, showing fancy divs and ul combo? Under "Shirts" should be "Men/Womens" but they are displayed in the same ul,li(child1),li(parent1) list, but it should be a ul,li(parent1),ul(children),li(child1),li(child2)
3) How do I get the default category listing to show all products from all categories when set to the root category (as I think I read that you can)? Currently you only see a product if you click a parent category (for example) "Shirts" (the product is only in "Shirts"). Created an "all" category to work around this, but thought I would ask as other people seem to be able to do this without a separate category all the products have to be added to.