News:

Looking for documentation? Take a look on our wiki

Main Menu

Is it possible to use virtuemart 3.0.14 for selling customized packages?

Started by 2mrezaee, August 04, 2016, 22:09:10 PM

Previous topic - Next topic

2mrezaee

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.   

Studio 42

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, but some other developers here can do this for you.

roojai

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

Studio 42

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