• Resolved akashkhairate

    (@akashkhairate)


    Hello there,

    Thank you for this wonderful simple plugin.
    This plugin has a small syntax error due to which it does not show visible on the checkout page when the ‘Use GSTIN for claiming input tax (optional)’ checkbox is ticked.

    Error:
    Script: claim-gst.php
    Line#: 107
    Error: Missing ‘);’ at the end of the line.

    Currently Is:
    jQuery(“#custom_checkout_field”).find(“input,textarea”).prop(“disabled”, true
    Should be:
    jQuery(“#custom_checkout_field”).find(“input,textarea”).prop(“disabled”, true);

    If you could update the plugin with this error fixed; it would help a lot of people.

    Many thanks in advance

    • This topic was modified 5 years, 7 months ago by akashkhairate.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘jQuery Syntax Error’ is closed to new replies.