mage2pro / configurable
Updates the description for a configurable product according to the selected simple product
Package info
github.com/mage2pro/configurable
Type:magento2-module
pkg:composer/mage2pro/configurable
1.0.0
2018-05-17 18:47 UTC
This package is auto-updated.
Last update: 2026-03-01 00:55:19 UTC
README
Updates the description for a configurable product according to the selected simple product.
How to install
composer require mage2pro/configurable:*
bin/magento setup:upgrade
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US <additional locales, e.g.: de_DE
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
If you have problems with these commands, please check the detailed instruction.