Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Easy Enable and Disable product categories

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
I've made a "Genglish" translation of Rene Kirchhoff's (A.K.A. "reneman") patch instructions for this Mod.

It should be clear enough for most English speakers... please feel free to post an imporoved version.
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
admin/categories.php interface fix

Thanks to Eric_K
Multilanguage version.
Languages bug fixed.

Thanks to zhen
Here is updated instructions file.
Please read README.html file.
Added pure file catalog/admin/categories.php
Please use manual installation if you have other installed contributions.

Regards
Zdravko
Easy integration in your osc code. Edit only one file.

***********************************
Edit file admin/categories.php
***********************************
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.
   Posted on: 10/14/2008     See contribution details Request Installation with Paid service