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
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
This package is not auto-updated.
Last update: 2025-01-19 06:02:41 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