VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: OriyanJ on February 16, 2016, 15:36:13 PM

Title: Inserting new data field to cart from product's details
Post by: OriyanJ on February 16, 2016, 15:36:13 PM
I've created a drop-down not by custom fields, at product's details page. I just want to extract the data from it (it's chosen value) and transfer that to cart's checkout (and into the order itself).
Seems easy, might anyone know that way to get that?
Title: Re: Inserting new data field to cart from product's details
Post by: PRO on February 17, 2016, 20:41:34 PM
this needs to be done as a plugin.

it needs to be a "cart variant"

then, in checking out , you can get the data

sorry, but i cant help alot. I know it can be done.

Title: Re: Inserting new data field to cart from product's details
Post by: OriyanJ on March 02, 2016, 09:52:29 AM
Is that the only way? Using a custom field? Can't I use my own <input> and somehow move that data/value to the cart and order?

(http://i.imgur.com/4QOpxeT.png)

Why I don't want to use custom field?
1. I need to create few drop-downs which affect each other.
2. Using custom-fields in the back-office is quite messy.
Title: Re: Inserting new data field to cart from product's details
Post by: AH on March 02, 2016, 10:31:23 AM
QuoteIs that the only way? Using a custom field? Can't I use my own <input> and somehow move that data/value to the cart and order?


So the core functionality provided does not suit your business need.

And you therefore seem to require a bespoke solution, most things are possible - but if you do not have the technical knowledge - you may have to pay someone to do this on your behalf.
Title: Re: Inserting new data field to cart from product's details
Post by: OriyanJ on March 02, 2016, 11:26:44 AM
I appreciate the answer AH, I guess I'll have to use a custom plug-in then. Thank you.