https://github.com/element119/module-product-type-attribute-manager
A Magento 2 module to allow admins to control which product attributes are applicable to different product types.
https://github.com/element119/module-product-type-attribute-manager
Last synced: about 1 year ago
JSON representation
A Magento 2 module to allow admins to control which product attributes are applicable to different product types.
- Host: GitHub
- URL: https://github.com/element119/module-product-type-attribute-manager
- Owner: element119
- License: mit
- Created: 2024-09-05T23:10:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T17:26:16.000Z (almost 2 years ago)
- Last Synced: 2024-09-12T21:16:35.853Z (almost 2 years ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 11
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
element119 | Product Type Attribute Manager
## 📝 Features
✔️ 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
## 🔌 Installation
Run the following command to *install* this module:
```bash
composer require element119/module-product-type-attribute-manager
php bin/magento setup:upgrade
```
## ⏫ Updating
Run the following command to *update* this module:
```bash
composer update element119/module-product-type-attribute-manager
php bin/magento setup:upgrade
```
## ❌ Uninstallation
Run the following command to *uninstall* this module:
```bash
composer remove element119/module-product-type-attribute-manager
php bin/magento setup:upgrade
```
## 📚 User Guide
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.
## 📸 Screenshots & GIFs
### System Defined Attributes

### User Defined Attributes
