Product Grid Stock Status Column
aimanecouissi/module-catalog-product-grid-stock-status
Adds a sortable and filterable Stock Status column to the Admin product grid, enabling quick identification of in-stock and out-of-stock products without opening each product individually.
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_CatalogProductGridStockStatus
Adds a Stock Status column to the Admin → Catalog → Products grid. The module exposes each product's inventory status in the product listing as In Stock or Out of Stock.
Installation
composer require aimanecouissi/module-catalog-product-grid-stock-status
bin/magento module:enable AimaneCouissi_CatalogProductGridStockStatus
bin/magento setup:upgrade
bin/magento cache:flush
Usage
Open the Admin → Catalog → Products grid. The Stock Status column is visible by default and displays In Stock or Out of Stock from the current inventory status. The column supports grid sorting, and its select filter narrows the grid by stock status.
Uninstall
bin/magento module:disable AimaneCouissi_CatalogProductGridStockStatus
composer remove aimanecouissi/module-catalog-product-grid-stock-status
bin/magento setup:upgrade
bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.
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.