I'm in the process of setting up this store and the owners have decided they don't want the subcategories in the sidebar -how would I go about removing them?
I can't seem to find a way to disable it this, any ideas?
I'm in the process of setting up this store and the owners have decided they don't want the subcategories in the sidebar -how would I go about removing them?
I can't seem to find a way to disable it this, any ideas?
Admin > Layout Settings > Categories - Always open to subcategories.
Great! Thanks!
Hello all,
I am trying to do this same thing with my zen cart shop but the subcategories are still showing. Any suggestions?
I am using a template, so I was thinking this could be blocking it.
Any help greatly appreciated! http://wiredww.com
Thanks,
Ryan
Yes, your template uses a custom categories sidebox called "simplecategories", which apparently isn't built to respond to some admin settings. You might write to the template maker (Rubik Integration) for help in modifying its behavior to conform to ZC standard. Meanwhile, you can shut off subcat display. The content is oddly constructed so that the top categories are just divs (not in a <ul> list), but the subcats are in <ul> lists. Add to your stylesheet
#simplecategories ul {display: none;}
thanks very much for your reply - I tried to contact the company - Any idea of how I get this done or what I can search for?
I used your code, but now there is extra spaces still showing where sub categories appear.
Thanks again!
The categories with subs have a different class in that sidebox than the ones that don't (.parentCate vs. .parentCateLink). Change the styling for .parentCate to match .parentCateLink and you should be ok.
Thanks very much - worked perfectly!
Any chance you could point me on how I can learn to have the category links at the left to expand to subcategories, once clicked on...
http://groupvertical.com/
Appreciate it!
Thank you,
Ryan
You would need to install a different categories box mod, unless you are expert in PHP and can edit the template's version. Categories Dressing is very flexible, and there are flyout menu mods in Free Addons as well.
Just checked your site again and see that you have the subcat hiding style rule I described above. You can't have that and show subcats.
You first asked about hiding subcats, and then about showing them. Make up your mind:)