Magento: Category Filter in Product Admin Grid

You have to create an extension to display category filter in products grid. Please create the Extension with the following files : Create a new file in the following directory: app/code/local/Sushant/AdminGridCategoryFilter/Block/Catalog/Product/Grid/Render/Category.php Create a new file in the following directory: app/code/local/Sushant/AdminGridCategoryFilter/Helper/Data.php Create a new file in the following directory: app/code/local/Sushant/AdminGridCategoryFilter/Model/System/Config/Source/Category.php Create Read more…