https://github.com/magesuite/product-variants
This module adds the possibility to configure and display variations of a given product. All product variants are standalone simple products and they are all displayed on the product grid.
Installation
This module is optional
composer require "creativestyle/magesuite-product-variants" ^1.0.0
User Manual
Admin settings
Admin settings can be found in Stores -> Configuration -> MageSuite -> Product Variants
Name | Value | Comment |
---|---|---|
Is Enabled | Yes/No | Default value: Yes |
Attribute Code | Default attribute is "article_group_id" | |
Short Name Pattern |
|
|
In the product edit form article_group_id
(or other field, if the name of attribute is custom) should be filled:
Backend
Frontend
Styling
Product variants is an optional module and its styling must be enabled in pdp.ts
entry:
import 'MageSuite_ProductVariants';