VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: garygarg1211 on January 06, 2013, 19:21:43 PM

Title: Virtuemart product multiple variants depend on each other
Post by: garygarg1211 on January 06, 2013, 19:21:43 PM
Hi,
I have many products and I want add multiple variants on each product and depend the variants on each other.
For example, There are three custom variants Year, Make, Model. When I will select the year value from select box, after that Make select box values coming on the basis of year selected.

Please let me know how'z its possible in Virtuemart.

Thanks
Title: Re: Virtuemart product multiple variants depend on each other
Post by: Ed Kiefer on August 20, 2014, 18:01:49 PM
Were you able to find a solution to this?
Title: Re: Virtuemart product multiple variants depend on each other
Post by: Milbo on August 20, 2014, 23:49:15 PM
Atm you can use for this the stockable plugin.

Or use vm3 and the generic child plugin

or use vm3 and join us here http://forum.virtuemart.net/index.php?topic=125217.0

Atm I write a new method, native,.. it is a mix of the stockable plugin and the "generic child variant".
Title: Re: Virtuemart product multiple variants depend on each other
Post by: balai on August 21, 2014, 09:59:27 AM
hey Max

If you like i can help on that plugin.
I need to have stockable variants which can be used by my filtering extension.

That requires that the each of the custom fields that the stockable is using, to be stored in the parent product (or the child) as normal custom fields in the table virtuemart_product_customfields.
I am thinking of the stockable as a kind of a parent custom field which can use other (existing) custom fields to create variants.

e.g. Stockable A -> color , size
color and size are existing custom fields.

If you like that idea, i can help with that. Else i have to develop it
Title: Re: Virtuemart product multiple variants depend on each other
Post by: Milbo on August 22, 2014, 16:00:37 PM
You should definitly contact me via skype, as far as I know, you have my contact.

CAuse I wrote that. to 95%. I just need some input of testers.