Woocommerce checkout JSON.parse error
-
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!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Woocommerce checkout JSON.parse error’ is closed to new replies.