The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

748 Modules
509 Ready
236 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

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.

3
Downloads
Below average
0
GitHub Stars
8d ago
Last Release
0
Open Issues
Build Passing Strict Compliant
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

Coding Standard
PHPStan Level 9

Tested on Magento 2.4.8-p4

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.8-p4
Mar 20, 2026
v1.0.0 on Magento 2.4.8-p4
Mar 20, 2026
v1.0.0 on Magento 2.4.8-p4
Mar 20, 2026
v1.0.0 on Magento 2.4.8-p4
Mar 20, 2026

Share This Module's Status

Product Grid Stock Status Column Magento compatibility status badge

README

Loaded from GitHub

AimaneCouissi_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

MIT

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.