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

Hide configurable product children from the Admin product grid

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

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

1.0.0 2026-03-01 22:09 UTC

This package is auto-updated.

Last update: 2026-03-01 22:36:15 UTC


README

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

Hides configurable product children from the Admin → Catalog → Products grid, keeping it focused on parent and standalone products.

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 configurables from the grid, or No to restore default Magento behavior.

Usage

The Hide Configurable Product Children setting defaults to Yes, so simple products assigned to configurables are excluded from the Admin → Catalog → Products grid immediately after installation. Only parent and standalone products are shown. The setting can be changed at any time from the Admin configuration.

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

License

MIT