utklasad / adminproductgridcategorygilter
Category filter in admin product grid for Magento 2.
Installs: 56 248
Dependents: 0
Suggesters: 0
Security: 0
Stars: 53
Watchers: 8
Forks: 14
Open Issues: 1
Type:magento2-module
pkg:composer/utklasad/adminproductgridcategorygilter
This package is not auto-updated.
Last update: 2025-10-29 06:56:45 UTC
README
This extension adds the feature of category filter in admin product grid for Magento 2.
Tested and compatible with Magento 2.1.x, 2.2.x, 2.3.x and 2.4.x
Installation
Choose one of the two installation types below
Without composer
- Download the latest release to Utklasad/AdminProductGridCategoryFilterin yourmagentoroot/app/codefolder.
With composer
- composer config repositories.adminproductgridcategorygilter vcs https://github.com/utklasad/magento2-admin-product-grid-category-filter.git
- composer require utklasad/adminproductgridcategorygilter ~1.1.0
After installation
- Clean cache, run php bin/magento setup:upgrade, make sure the module is enabled withphp bin/magento module:enable Utklasad_AdminProductGridCategoryFilterand deploy static files if you're in production mode.