mage2pro / configurable
Updates the description for a configurable product according to the selected simple product
Installs: 364
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2024-10-29 05:16:36 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.