I vaguely remember that we can turn off the sub-category listing on the main column (whenever you visit a category that has sub cats)
Can this be done thru admin or must I hack into the code?
I vaguely remember that we can turn off the sub-category listing on the main column (whenever you visit a category that has sub cats)
Can this be done thru admin or must I hack into the code?
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
Can you elaborate?
Do you mean turn off the sidebox?
Or just suppress the display of subcategory names under the selected cat?
This can be done very quickly via CSS by adding this to your stylesheet:
a.category-products {display: none;}
If you want to prevent it from querying the database for the subcat details, you'll have to write custom code.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
YupOr just suppress the display of subcategory names under the selected cat?
Nice. I guess we can go with the css methid.This can be done very quickly via CSS by adding this to your stylesheet:
a.category-products {display: none;}
If you want to prevent it from querying the database for the subcat details, you'll have to write custom code.
Thanks DrByte
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me