• Resolved entumas

    (@entumas)


    Hi

    When using v2 I have no problem, but using v3 does.
    Sometimes it tells me to “solve the captcha”, but it don’t appear anywhere.
    How can i fix this?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • johndg10

    (@johndg10)

    I have the same problem but in woocommerce checkout page.

    Thread Starter entumas

    (@entumas)

    Yes @johndg10 ! In that same page is where I had the problem!

    fksr86

    (@fksr86)

    i had the same issue and i noticed that the reCAPTCHA was not being reloaded when there was an error on WooCommerce checkout submission.

    i have removed the wc_checkout_params condition on anr-captcha-class.php (lines 328–330) and now it’s working again.

    turned this:

    if ( typeof wc_checkout_params !== 'undefined' ) {
    	jQuery( document.body ).on( 'checkout_error', anr_onloadCallback );
    }

    into this

    jQuery( document.body ).on( 'checkout_error', anr_onloadCallback );

    don’t know if it’s the best solution, let’s see what plugin author has to say.

    This check is there so that it runs only in checkout page. This should not have any impact.

    Can you give me your checkout page url so that i can check?

    Thread Starter entumas

    (@entumas)

    I uninstalled your plugin 3 months ago

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘v3 don’t work’ is closed to new replies.