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-12 00:17 UTC

This package is auto-updated.

Last update: 2026-04-12 00:17:39 UTC


README

Latest Stable Version Total Downloads Magento Version Require License PHP Version Require

Adds a Stock Status column to the Admin → Catalog → Products grid.

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 Admin → Catalog → Products. The Stock Status column is visible by default and supports both sorting and filtering for quick product segmentation.

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