• Resolved pave1

    (@pave1)


    Woocommerce checkout form fails with “JSON.parse error at position 1” on all non-registered customers, although the reCAPTCHA is not even shown.

    I had to add:
    add_action(“woocommerce_after_checkout_billing_form”, “sgr_display”);
    to fix it, however, if reCaptcha fails, I get “JSON.parse error” instead of “reCaptcha error” in Woocommerce.

    What’s the best way to disable reCaptcha in “Woocommerce checkout form” completely and how to properly handle reCaptcha in Woocommerce checkout?

    Thanks!

    Thanks!

    • This topic was modified 6 years, 10 months ago by pave1.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey I had the same issue, thankfully I figured it out after months of searching. in any case I would love to find out how to work this as well, or perhaps see it built into the plug in.

    Plugin Author Minor

    (@minor)

    Hi @pave1 and @theyogimatt,

    I’m sorry for a really long delay. This is fixed in new version 2.8 now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce checkout JSON.parse error’ is closed to new replies.