You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should be able to fill in product variant attribute data event though product has only one product variant (e.g. it has no options)
Actual Behaviour:
I am not able to fill in any product variant attributes.
Steps To Reproduce:
Assign some custom attributes to product variant.
Create a product and you won't be able to fill in any custom attribute_data on product_variant.
On lunar 0.8 it was possible to fill in this data, not we can't. Solution might be to create same attributes for the product too, but it create additional code complexity as you must check two places for attributes in a product and in a product variant.
The text was updated successfully, but these errors were encountered:
Expected Behaviour:
I should be able to fill in product variant attribute data event though product has only one product variant (e.g. it has no options)
Actual Behaviour:
I am not able to fill in any product variant attributes.
Steps To Reproduce:
On lunar 0.8 it was possible to fill in this data, not we can't. Solution might be to create same attributes for the product too, but it create additional code complexity as you must check two places for attributes in a product and in a product variant.
The text was updated successfully, but these errors were encountered: