VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: DrShepard on May 07, 2021, 12:17:20 PM

Title: How to make a field selection in the shopping cart
Post by: DrShepard on May 07, 2021, 12:17:20 PM
You must make a selection of the field (legal entity, and individual) in the shopping cart in the order form. Only so that when selecting one or the other, fields were added to fill in. If you select an individual, the field appears: First Name Last Name, and if a legal entity, then TIN and Contact person. Is it possible to implement this with the help of Fields filled in by the user in virtuemart? or is it only possible to do this through code? If anyone knows please tell me how to do it.

Thanks!
Title: Re: How to make a field selection in the shopping cart
Post by: GJC Web Design on May 08, 2021, 22:00:27 PM
This IMHO can only be done with JS code in your  templates\xxxx\html\com_virtuemart\user\edit_address_userfields.php within the fields loop..
Title: Re: How to make a field selection in the shopping cart
Post by: DrShepard on May 11, 2021, 06:46:16 AM
Thanks. Only I'm not friends with the code(((