aimanecouissi/module-catalog-product-grid-configurable-children-hide

Hide child products from the Admin product grid

Maintainers

Package info

github.com/aimanecouissi/magento2-module-catalog-product-grid-configurable-children-hide

Type:magento2-module

pkg:composer/aimanecouissi/module-catalog-product-grid-configurable-children-hide

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:30 UTC

This package is auto-updated.

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


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

Hides simple child products assigned to configurable products from the Admin → Catalog → Products grid. The module keeps parent-configurable products and standalone products in the grid while removing assigned child rows from the Admin product listing.

Installation

composer require aimanecouissi/module-catalog-product-grid-configurable-children-hide
bin/magento module:enable AimaneCouissi_CatalogProductGridConfigurableChildrenHide
bin/magento setup:upgrade
bin/magento cache:flush

Configuration

Navigate to Stores → Configuration → Catalog → Admin. Set Hide Configurable Product Children to Yes to exclude simple products linked to configurable products from the Admin → Catalog → Products grid. Set Hide Configurable Product Children to No to keep Magento default grid behavior.

Usage

When Hide Configurable Product Children is Yes, the Admin → Catalog → Products grid excludes simple products assigned to configurable products. Parent-configurable products and standalone products remain visible.

Uninstall

bin/magento module:disable AimaneCouissi_CatalogProductGridConfigurableChildrenHide
composer remove aimanecouissi/module-catalog-product-grid-configurable-children-hide
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT