Hello we need to create a product like following:
T-shirt
-Color: Red
----- Long Sleeves
--------- --------- Size M
--------- --------- Size L
----- Short Sleeves
--------- --------- Size M
--------- --------- Size L
-Color: yellow
----- Long Sleeves
--------- --------- Size M
--------- --------- Size L
----- Short Sleeves
--------- --------- Size M
--------- --------- Size L
I have tried creating a multi level child product, but didn't worked?
Thanks
If you don't want to have stock control i think its easy.
Just create the following custom fields:
Color
Sleeves type
Size
The problem is that I need both stock control and product child behaviour changing description and pictures.
I was able in mean time to set the stock control with stockable variant, and I took the behaviour as expected. But I wish also to refresh the page, calling the child product displaying . I have seen in final html, there is no referral by vm code to the id of child product calling, so I need to code this out?
I have tried with child products, one for each level ( one child for color, one child for each color for sleeves and then size ), the page updates, but in childs no custom fields is found
Thanks
Actually i think that what you are trying to do is too hard to be done with VM.
According to your scheme you need at least 4 product variations per each color and at least 3 levels drilling to select the correct product.
Possibly you can do that just creating each child product as unique variation:
E.g.
Child 1 - Red , Long Sleeves, M
Child 2 - Red , Long Sleeves, L
Child 3 - Red , Short Sleeves, M
....