Is there a way for one of the attribute choices to be the actual product?
Currently we have to do product Widget with attributes S,L which create child items (sku's) Widget-S, Widget-L
But is there a way to have product Widget with attributes S,L where S points to the actual product, instead of a child item, and L points to child item Widget-L
A real-life scenario on this is when we have had a product for a long time and at some point a variant is added.
Sku Widget exists in our inventory system with a long history.
We now have to create new sku's (Widget-S and Widget-L) instead of just adding the one variant sku (widget-L)
Currently we have to do product Widget with attributes S,L which create child items (sku's) Widget-S, Widget-L
But is there a way to have product Widget with attributes S,L where S points to the actual product, instead of a child item, and L points to child item Widget-L
A real-life scenario on this is when we have had a product for a long time and at some point a variant is added.
Sku Widget exists in our inventory system with a long history.
We now have to create new sku's (Widget-S and Widget-L) instead of just adding the one variant sku (widget-L)
Comment