qbo/module-configurableproduct

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

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 17

Type:magento2-module

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

This package is not auto-updated.

Last update: 2024-04-14 01:57:14 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