I try to change line 26 in plugin js:
From:
attributevalue = $(this).val(),
To:
attributevalue = $(“input[type=’radio’]:checked”).val(),
But script added again not correct variation name – name of checked radio on page load, price added correct…
UPD: This code work for first product. For second and others it’s not work.
UPD2: Need add form ID after ‘(“‘, but i don’t know how to do it…