VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: 2mrezaee on August 04, 2016, 22:09:10 PM

Title: Is it possible to use virtuemart 3.0.14 for selling customized packages?
Post by: 2mrezaee on August 04, 2016, 22:09:10 PM
Hi there
Lets say there are several packages we want to sale online and each one contains 100 chocolates with 12 different flavors. Clients need to be able to select how may packages they want to buy and then they should be also able to select which flavors they are interested in and how many of each flavor! For example someone may order one package with 25 strawberry flavor, 25 Vanilla flavor and 50 apple flavor. The other client may order a package with 100 blueberry flavor only.   
Title: Re: Is it possible to use virtuemart 3.0.14 for selling customized packages?
Post by: Studio 42 on August 05, 2016, 13:13:37 PM
Hi,
It's possible.
Because you need to check the total quantity and display in cart all the choices, you need to use  a product customfield plugin so you can add the needed javascript ....
If you need me use PM or Ask a question (http://shop.st42.fr/en/virtuemart-joomla-support.htm), but some other developers here can do this for you.
Title: Re: Is it possible to use virtuemart 3.0.14 for selling customized packages?
Post by: roojai on August 09, 2016, 14:29:41 PM
You can do a fair bit with the custom fields if you limited the variation slightly. But it might be worth looking at this extension which I have used successfully in the past:
https://breakdesigns.net/extensions/vm-product-builder
Title: Re: Is it possible to use virtuemart 3.0.14 for selling customized packages?
Post by: Studio 42 on August 09, 2016, 22:32:19 PM
Quote from: roojai on August 09, 2016, 14:29:41 PM
You can do a fair bit with the custom fields if you limited the variation slightly. But it might be worth looking at this extension which I have used successfully in the past:
https://breakdesigns.net/extensions/vm-product-builder
I don't think it work. He need to have a total of 100 (in the example) and not more, so the total of flavor options need to be calculated and respect the pack size(here 100).