aimanecouissi / module-catalog-product-grid-stock-status
Add a Stock Status column to the Admin product grid
Package info
github.com/aimanecouissi/magento2-module-catalog-product-grid-stock-status
Type:magento2-module
pkg:composer/aimanecouissi/module-catalog-product-grid-stock-status
1.0.0
2026-04-30 21:31 UTC
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
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.