News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Mutli child attribute with more params value

Started by ereallstaff, July 03, 2013, 12:47:53 PM

Previous topic - Next topic

ereallstaff

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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ì
Try out our new joomla background rotator ( for joomla 1.x or 2.x), for only 14,99 eur @ innovailweb.it

balai

If you don't want to have stock control i think its easy.

Just create the following custom fields:
Color
Sleeves type
Size

ereallstaff

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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ì
Try out our new joomla background rotator ( for joomla 1.x or 2.x), for only 14,99 eur @ innovailweb.it

balai

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
....