Community Add-Ons
| Maintainers: | zdrsoft |
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.
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
