Contributions

Features (Category Index)
Search: 

Category Tabs with Subs

The category tabs with subs is a spin-off of Paul Marshall's Category Tabs. I love what was created but I wanted the sub-categories to show up for each category as it was selected. I also wanted to include a tab for the home page. While I was modifying this Mod, I realized that the category box in the left column was overkill. So I created an option to use just tabs, just the category box, or both and made this feature easily changeable from the admin backend. The color scheme is designed to run off the stylesheet.css and the tab graphics will update on the fly (because they are transparent). This is my first attempt at submitting a Mod and it is merely a modification of an existing one. I didn't upload it to the same tree due to the extensive changes I made. It may not fall into line with Paul's ideas of what he was trying to accomplish. This will give your oscommerce store front an Amazon type look and feel. Enjoy!

Expand All / Collapse All

Hide Subs on homepage 12 Feb 2007

Hey,

loved this contrib, just came up with this to hide the subs on the homepage. im sure some one can do this better but this is what i came up with

replace:

include(DIR_WS_INCLUDES . 'categories_subtab.php');

with:

if ($cPath > 1) {
include(DIR_WS_INCLUDES . 'categories_subtab.php');
}
else{
echo " ";
}

Multi-Store Category Tabs v2.0.1 OSJUNKIE 25 Feb 2005
v2.0 full package Christophe Buchi 16 Nov 2004
Category Tabs with Subs Nice! tim hanekamp 8 Nov 2004
A little variant amanda 5 Nov 2004
Small fix - complete package included Carine Bruyndoncx 4 Nov 2004
Category Tabs with Subs Chuck Burgess 25 Feb 2003

Note: Contributions are used at own risk.