Product variant options and attributes #1324
Replies: 3 comments 1 reply
-
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.
-
This is an old discussion, but has anyone think about this? Attributes are very flexible and extensible, but product options are so... simple. I know, simple is not bad but in modern ecommerce there are richer options than text, like colors or images. I guess you could access the product variant to get an image or a color code to show on product options, but then, what are the purpose of the product options. At this moment I think there are two main different approaches to enrich product options:
I think someone with deep knowledge about the core of lunar should make a bit of analysis to decide how to proceed. IMO this is a nice feature and lot of people would like to help. I will be testing these approaches on my project development cause I need product options with colors and images. |
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