βοΈ Assign product attributes by product type via the admin
βοΈ Empower store admins to manage product attributes more easily
βοΈ Theme agnostic
βοΈ Built in accordance with Magento best practises
βοΈ Seamless integration with Magento
βοΈ Built with developers and extensibility in mind to make customisations as easy as possible
βοΈ Installable via Composer
Run the following command to install this module:
composer require element119/module-product-type-attribute-manager
php bin/magento setup:upgrade
Run the following command to update this module:
composer update element119/module-product-type-attribute-manager
php bin/magento setup:upgrade
Run the following command to uninstall this module:
composer remove element119/module-product-type-attribute-manager
php bin/magento setup:upgrade
This module adds a new multiselect option to the standard product attribute form found in the admin. This option allows store admins to control which product types the attribute is applied to.
Note
This configuration is only available for user defined attributes.