• The title says all, reCaptha appears on the checkout page while WooCommerce Checkout is not selected in the setting. I played around for all other options but it still exists.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Check that if registration captcha is on and registration form is shown in checkout page.

    I am having difficulty with this as well. I don’t want any captcha to appear on the WooCommerce checkout pages even if a user is being registered.

    No spam site registrations come through the checkout pages, however the wp-login page registration form is a different story.

    I’d strongly encourage this plugin be edited so that when “enable on WooCommerce” is not selected it is in fact not enabled on WooCommerce.

    Hi matthewgkay
    Your idea is logged for consideration. You can follow progress in https://github.com/shamim2883/advanced-nocaptcha-recaptcha/issues/1

    + 1 from me too

    I had this same issue and I think I’ve found a fix.

    Even when not selected, the reCAPTCHA will show up on the WooCommerce checkout page if you have Registraion Form selected. The issue is on line 45 of the anr-captcha-class.php file in the wp-content>plugins>advanced-nocaptcha-recaptcha directory.

    The line of code is as follows:
    add_action (‘woocommerce_checkout_after_order_review’, array($this, ‘wc_form_field’) );

    If you comment that out the reCAPTCHA will only appear if you select WooCommerce Checkout in the plugin settings.

    I hope this helps and hopefully this is fixed in a future update!

    Please check latest version (3.1) and let me know if works.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘It appears in WooCommerce Checkout while this option is unselected.’ is closed to new replies.