Hello there!
I have a problem that i'm trying to solve and i want to know if virtuemart can handle this.
So, let's say we have a T-Shirt with sizes XS, S, M, L.
What i'm trying to achive is to put all these sizes in one product page and give user the option to choose the quantity of each size that he want.
So an order will look like this:
Xsmall - 5
Small - 4
Medium - 5
Large - 10
if the total quantity is over let's say 10 the price of the total order should be changed.
Is something like this possible?
I hope that my case is understandable :)
Thanks in advance.
Hello, yes.
Actually if you check the virtuemart demo you can see similar examples.
You can use custom field of type string, generic child variants or multivariants depends on your needs.
Also you can set multiple prices so is just a matter of playing with those options.
Read documentation and check the products in the backend of the VM demo to undrestand how they work.
there is also this: http://forum.virtuemart.net/index.php?topic=108551.0
Thank you both for your answers :)
@lindapowers can you point me to a specific link in demo?
@GJC Web Design thank you for the link!
I think that you need a solution like:
http://extensions.joomla.org/extension/catproduct
Well the solution with generic childs would be something like: http://demo.virtuemart.net/t-shirt-classic-blue-detail
or multivariants http://demo.virtuemart.net/multi-variant-detail
More simple with string custom fields, depends in your needs and how you want it to be showed for the customer but definetly you have several ways of doing it.
The link GJC and Balai paste here seems a nice solution for what you need but I have no experience with it.
Regards
Quote from: manwlios on May 31, 2016, 16:52:59 PM
if the total quantity is over let's say 10 the price of the total order should be changed.
Can be solved with the quantity plugin http://extensions.virtuemart.net/products/quantity-related-price-calculation-detail
Thank you all for your help, it wa superb :)