News:

Looking for documentation? Take a look on our wiki

Main Menu

Question about grouped product

Started by manwlios, May 31, 2016, 16:52:59 PM

Previous topic - Next topic

manwlios

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.

lindapowers

#1
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.

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

manwlios

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!

balai


lindapowers

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

Milbo

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
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

manwlios

Thank you all for your help, it wa superb :)