Product variant options and attributes #1324
Replies: 2 comments
-
Stupid question or are there no reasons for it? 😄 Here's a bit of thought to drive the discussion a bit. Why is a non-redundant concept pursued in the manifestations of product variants with the A Advantages:
Disadvantages:
Fundamentally, a bulk editing function for attributes or the captured attribute data would also be useful at times. |
Beta Was this translation helpful? Give feedback.
-
Further aspects that speak for the use of attributes: For example, uniform data collection with attributes would result in simplifications when creating a product comparison function. When assigning attribute values, additional attributes with values that depend on the input can be automatically defined using attribute rules or special field types. For example, when defining the value "DIN-A4" for an attribute "DIN format", another attribute "Dimensions" could automatically assume the value "297 x 210 mm", and another attribute "Format" could automatically assume the value "rectangular". |
Beta Was this translation helpful? Give feedback.
-
Is there a good reason why the product variant differences are represented via the
ProductOption
andProductOptionValue
model instead of simply usingAttribute
's at theProductVariant
level?Beta Was this translation helpful? Give feedback.
All reactions