codigo5/admin_grid_category_filter

Name: admin_grid_category_filter

Owner: Codigo5

Description: Add category filter to manage products grid in your Magento backend

Forked from: vuleticd/admin_grid_category_filter

Created: 2016-08-18 15:27:57.0

Updated: 2016-08-18 15:27:58.0

Pushed: 2015-10-09 12:11:33.0

Homepage: http://www.vuleticd.com/2012/12/30/magento-admin-product-grid-category-filter/

Size: 113

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Magento Admin Product Grid Category Filter

Magento has complex system for categories, and that is really flexible and usable. It also introduce flexible model for product attributes, and catalog management in general.

For me, it was obvious that with large number of products inside large number of categories, merchants will need quick way to find products assigned only to one category.

For example, you may wish to bulk change some attributes only on products in specific category. Or you may wish to check if you have assigned all desired products to desired category, or not, without leaving the admin product grid page in Magento backend.

This is exactly what ?Admin Product Grid Category Filter? module will enable you to achieve. Based on Observers/ Events mechanism in Magento, this extension does not overwrite any core Magento classes. Clean out of all unneeded functionality, this module will just add category column and search filter into manage products grid. The search filter box is drop down with all your categories in tree view, reflecting parent/child relations.

Version:
Features:
Installation:
  1. Clear the store cache under var/cache and all cookies for your store domain. Disable compilation if enabled. This step eliminates almost all potential problems. It?s necessary since Magento uses cache heavily.
  2. Backup your store database and web directory.
  3. Download and unzip extension contents on your computer and navigate inside the extracted folder.
  4. Using your FTP client upload content of ?app? directory to ?app? directory inside your store root.
Uninstall:

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.