Product Grid Multiple SKU Filter
aimanecouissi/module-catalog-product-grid-multiple-sku-filter
Extends the Admin product grid SKU filter to accept comma-separated values, allowing store managers to search for multiple SKUs at once instead of one at a time.
Build Tests
Code Quality
Tested on Magento 2.4.8-p4
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubAimaneCouissi_CatalogProductGridMultipleSkuFilter
Extends the Admin → Catalog → Products grid SKU filter to accept a comma-separated list of values.
Installation
composer require aimanecouissi/module-catalog-product-grid-multiple-sku-filter
bin/magento module:enable AimaneCouissi_CatalogProductGridMultipleSkuFilter
bin/magento setup:upgrade
bin/magento cache:flush
Usage
Open Admin → Catalog → Products and enter multiple SKUs separated by commas in the SKU filter. The grid returns all products matching any of the provided values. A single SKU preserves Magento's default filter behavior.
Uninstall
bin/magento module:disable AimaneCouissi_CatalogProductGridMultipleSkuFilter
composer remove aimanecouissi/module-catalog-product-grid-multiple-sku-filter
bin/magento setup:upgrade
bin/magento cache:flush
License
[MIT](https://github.com/aimanecouissi/magento2-module-catalog-product-grid-multiple-sku-filter/blob/github.v3; param=raw; format=json/LICENSE)
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.