http://www.zenflavor.com/free-shop-b...-zen-cart.html
I got this and works great.. I just don't want it on home page..
i looked into it.. but can't figure it out.. any thoughts?
http://www.zenflavor.com/free-shop-b...-zen-cart.html
I got this and works great.. I just don't want it on home page..
i looked into it.. but can't figure it out.. any thoughts?
You can hide this (or any) sidebox, using a {display:none;} declaration in a HOME-PAGE stylesheet.
Create a stylesheet called: index_home.css
Then, put this declaration in that stylesheet:
#shopbyprice {display:none;}
(In MIGHT be that the ID for that sidebox has a different name. Use FireBug to look at the div ID of that sidebox, then use the name that is revealed.)
Save the stylesheet in your template's CSS folder.
20 years a Zencart User