qbo/module-configurableproduct

Allow out of stock ConfigurableProduct options to be displayed as on frontend

Maintainers

Package info

github.com/qbo-tech/MagentoConfigurableProduct

Type:magento2-module

pkg:composer/qbo/module-configurableproduct

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2017-05-25 21:50 UTC

This package is not auto-updated.

Last update: 2026-03-15 11:57:43 UTC


README

Step 1. Add module to the composer.json

composer require qbo/module-configurableproduct

Step 2. Enable the module:

php bin/magento module:enable Qbo_ConfigurableProduct

Step 4 Upgrade the Magento application

php bin/magento setup:upgrade

Step 5. Generate DI configuration

php bin/magento setup:di:compile

Step 6. Clear cache

php bin/magento cache:clean