aimanecouissi/module-catalog-product-grid-stock-status

Add a Stock Status column to the Admin product grid

Maintainers

Package info

github.com/aimanecouissi/magento2-module-catalog-product-grid-stock-status

Type:magento2-module

pkg:composer/aimanecouissi/module-catalog-product-grid-stock-status

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:31 UTC

This package is auto-updated.

Last update: 2026-04-30 21:31:23 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

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