Good morning.
i am trying to add some extra options regarding product specifications in which a customer can select different options regarding product. the specific amount regarding that product should be added into cart upon selection but i can seem to find the solution.
this is the json metafield data.
this is my product page
https://rubyracingwears.com/products/andrea-dovizioso-ducati-motogp-2019-motorbike-racing-leather-suit
{“product_id”:“8269806403877”,“virtual_options”:[{“title”:“Product”,“type”:“default”,“unique”:“_qbjniizzm”,“preselect_value”:“”,“required”:“on”,“values”:[{“key”:“1 Piece SUIT”},{“key”:“2 Piece SUIT”},{“key”:“Pant”},{“key”:“Jacket”}]},{“title”:“Size “,“type”:“default”,“unique”:”_f271sdwhe”,“preselect_value”:“”,“required”:“on”,“values”:[{“key”:“XXS-36-USA-46EU”},{“key”:“XS-38-USA-48EU”},{“key”:“S-40-USA-50EU”},{“key”:“L-42-USA-52EU”},{“key”:“XL-44-USA-56EU”},{“key”:“XXL-46-USA-58EU”},{“key”:“XXXL-485-USA-60EU”}]},{“title”:“Leather”,“type”:“default”,“unique”:“_01jimr94g”,“preselect_value”:“”,“required”:“on”,“values”:[{“key”:“Cowhide”},{“key”:“Manaco +$74”},{“key”:“kangroo +$300”}]},{“title”:“Speed Hump”,“type”:“default”,“unique”:“_cpyn6iw17”,“preselect_value”:“”,“required”:“on”,“values”:[{“key”:“NO Hump”},{“key”:“Standard Hump”},{“key”:“Ventilated Hump +$22”},{“key”:“Hydro Hump +$33”}]},{“title”:“Perforation”,“type”:“default”,“unique”:“_xjbt4jycb”,“preselect_value”:“”,“required”:“on”,“values”:[{“key”:“NO Perforation”},{“key”:“Perforated Chest”},{“key”:“Perforated front”},{“key”:“Full Perforated +$22”}]},{“title”:“Matching Boots “,“type”:“radios”,“unique”:”_aon4fxjmp”,“preselect_value”:“”,“values”:[{“key”:“Yes +$150”},{“key”:“Nom +$0”}]},{“title”:“Matching Gloves”,“type”:“checkboxes”,“unique”:“_04y7rk27p”,“multiselect_operator”:“”,“multiselect_number”:“”,“values”:[{“key”:“Yes +$100”},{“key”:“No +$0”}]},{“title”:“ADS-ON”,“type”:“radios”,“unique”:“_6hoknqr4b”,“preselect_value”:“”,“values”:[{“key”:“Removeable Liner +$20”},{“key”:“Name & Number +$20”},{“key”:“Hydro hump bottle +$25”}]}]}
kindly help me solve this problem