News:

Support the VirtueMart project and become a member

Main Menu

Child Product with different options than parent?

Started by autodafe, August 30, 2016, 10:15:33 AM

Previous topic - Next topic

autodafe

VM 3.0.16
Joomla 2.5.19
php5.4

I have a product which is an Exam Voucher

customers have two options:
1) just purchase the voucher
2) purchase the voucher and give us additional instructions like is ID, Date for the Exam and site of the Exam.

I have tried with multivariants with no luck

product 1 should have no option, prodict 2 should have 3 options.....but they need to be selected upon a choice (dropdown) from a single parent product...
is this possible without having 2 separate products in our catalog?

GJC Web Design

QuoteChild Product with different options than parent?

but child products ARE different products that have a relationship to a parent product

prod 1 & 2 should be children of a non orderable parent
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

autodafe

So I should use simple generic variants instedad of multi-variants?

I just want one single product with different selectable options, not 2 different products

GJC Web Design

QuoteI just want one single product with different selectable options, not 2 different products

how would that work?

you want -- if the options choice is chosen - to show a product with options...

other wise I assume u will have to code something that shows the options if the "option choice" is chosen and hide them if not

afaik there aren't linked options
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

autodafe

I managed to get it working like follows:

I created  a Parent product with a Multivariant with only the first Option ("Only Exam" / "Exam + Registration")
then created 2 child products with the variant.
The first one has only the multivariant set to "Only Exam", the second one has "Exam + Registration" and additional input boxes for ID, Date and Location...
my catalog show only one product and the multivariant selects the child products