mage2pro/configurable

Updates the description for a configurable product according to the selected simple product

Installs: 362

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2018-05-17 18:47 UTC

This package is auto-updated.

Last update: 2024-02-29 02:59:09 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.