Great! Thanks!
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;}