VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: manwlios on May 31, 2016, 16:52:59 PM

Title: Question about grouped product
Post by: manwlios on May 31, 2016, 16:52:59 PM
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.
Title: Re: Question about grouped product
Post by: lindapowers on June 01, 2016, 11:04:58 AM
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.
Title: Re: Question about grouped product
Post by: GJC Web Design on June 01, 2016, 11:11:40 AM
there is also this:  http://forum.virtuemart.net/index.php?topic=108551.0
Title: Re: Question about grouped product
Post by: manwlios on June 01, 2016, 11:48:52 AM
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!
Title: Re: Question about grouped product
Post by: balai on June 01, 2016, 13:12:13 PM
I think that you need a solution like:
http://extensions.joomla.org/extension/catproduct
Title: Re: Question about grouped product
Post by: lindapowers on June 01, 2016, 22:00:58 PM
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
Title: Re: Question about grouped product
Post by: Milbo on June 02, 2016, 22:38:21 PM
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
Title: Re: Question about grouped product
Post by: manwlios on June 03, 2016, 09:50:12 AM
Thank you all for your help, it wa superb :)