Viewing 3 replies - 1 through 3 (of 3 total)
  • I was able to get this to work by editing the plugin. Not ideal, but it works.

    in registration.php, after line 11 add:

    // add to checkout
    add_action('woocommerce_after_checkout_registration_form', array( __CLASS__, 'display_captcha' ));

    This will permanently display the captcha after the form on the checkout page. Note that this will get overwritten when the plugin updates, so you may want to put some code or change the plugin version number up high to prevent that or use another plugin to block updates.

    Same issue for me.

    yep, same issue. has anyone found a different plugin to stop spammy registrations?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot submit Order’ is closed to new replies.