Community Add-Ons

Maintainers: zdrsoft
Add file to this package
Top » Features

Easy Enable and Disable product categories
for osCommerce Online Merchant v2.2

Easy Enable and Disable product categories for OsCommerce
writen by Zdravko Shishmanov
http://www.webtoolbag.com/ - php scripts and tips


Easy way to enable product categories and subcategories and disable product categories and subcategories in oscommerce online shop program.

It will allow you to set the status of each category and subcategory from the osCommerce admin section.

The contribution allows you to use the green/red buttons same as products do for status.

Easy integration in your osc code.

Legend:  Download   Report
Expand All / Collapse All
Easy Enable and Disable product categories with reset cache Tehna 29 Oct 2008  

Just added lines that clear the cache after enable/disable category.

Full Package.

Manual update from "Easy Enable and Disable product categories - interface fix":

REPLACE:

break;
// ZDRAVKO PATCH ENABLE DISABLE CATEGORY - End
//writen by Zdravko Shishmanov

WITH:

if (USE_CACHE == 'true') {
tep_reset_cache_block('categories');
tep_reset_cache_block('also_purchased');
}
break;
// ZDRAVKO PATCH ENABLE DISABLE CATEGORY - End
//writen by Zdravko Shishmanov

Easy Enable and Disable product categories - interface fix zdrsoft 27 Oct 2008  
Easy Enable and Disable product categories V.1.1 Bugs fixed zdrsoft 25 Oct 2008  
Easy Enable and Disable product categories V.1.1 zdrsoft 25 Oct 2008  
Updated Instructions file zdrsoft 18 Oct 2008  
Edit only one file zdrsoft 15 Oct 2008  
Easy Enable and Disable product categories zdrsoft 14 Oct 2008