You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ror_ecommerce
I just wanted to explain this for those of you that are having
difficulty....
Product has_many property and Variant also has_many properties.
A variant is just a specific type of variant.
For example. the product has a color property with a description of
"green, blue, and orange"
but the individual variant only has one of these 3 colors
so The variant's color description should be "green"
This allows you to display the color's available at the product
level. and
the variant displays the individual unit's color at the variant level.