Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rishi Mehta

    (@rcreators)

    Hi Sunz,

    First plugin is not active. Let me know when you have plugin active.

    Second plugin is working good with select box and swatches. Never tested for radio button. So not sure on it.

    Thread Starter Sunz

    (@sunz)

    Hi, rcreators!

    Now plugins are active.

    Thread Starter Sunz

    (@sunz)

    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…

    Thread Starter Sunz

    (@sunz)

    Ahaha, problem resolved!

    Need change 26 line in js file to:
    attributevalue = $variation_form.find(‘.variations input:radio:checked’).val(),

    Thanks me ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Incorrect variation name’ is closed to new replies.