run-as-root / magento2-product-grid-category-filter
Provides the possibility to filter products by categories in Magento Admin Product Grid
Installs: 65
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ^8.1
- magento/framework: 103.0.*
- magento/module-catalog: 104.0.*
- magento/module-store: 101.1.*
- magento/module-ui: 101.2.*
Requires (Dev)
- bitexpert/phpstan-magento: ^0.30
- magento/magento-coding-standard: 32
- pdepend/pdepend: ^2.13
- phpmd/phpmd: ^2.13
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ~9.5.20
- roave/security-advisories: dev-master
- sebastian/phpcpd: ^6.0
- slevomat/coding-standard: ^8.8
- squizlabs/php_codesniffer: ~3.9.0
This package is auto-updated.
Last update: 2024-11-02 19:55:33 UTC
README
Overview
This open-source Magento 2 module enhances the functionality of the Magento Admin Product Grid by introducing the ability to filter products by categories directly from the product grid interface.
By enabling category-based filtering, users can quickly and easily find products within specific categories.
After installing the module you will see a new column in the product grid called "Categories". This column will display the categories that the product is assigned to.
An example of the category filter in action is shown below:
An example of the category column on the product grid is shown below:
Installation
Via Composer
- Run the following command in your Magento 2 root directory to install the module via Composer:
composer require run-as-root/magento2-product-grid-category-filter
- Enabling the module by running:
php bin/magento module:enable RunAsRoot_ProductGridCategoryFilter
Configuration
No additional configuration is required after installation. The category filter will automatically appear in the Admin Product Grid, allowing you to filter products by categories immediately.
Support
This module is provided as-is, but we welcome contributions and feedback on GitHub. Please feel free to submit issues or pull requests to improve the module.
License
This module is open-source and released under the MIT Licence.