prylsi
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] reCaptcha loading in Woocommerce checkoutHi Minor, for some reason it still loads in the regular Woo checkout. Not sure why but ive tried another plugin that seems to work fine for now.
Wish you the best.
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] reCaptcha loading in Woocommerce checkoutThats odd indeed.
I saw in line 203 that it seems to enqueue to woocommerce_after_order_notes, could that be the issue? Otherwise i had an idea if you could utilize is_checkout to make sure it doesnt load there.
Version 3.9.3Forum: Plugins
In reply to: [Simple Google reCAPTCHA] reCaptcha loading in Woocommerce checkoutHi!
We are using V2 checkbox as we feel V3 is a bit heavy when it loads. We are forced to use a custom checkout before the woocommerce checkout as you can see in the first URL. This is most likely where the issue arises and therefore we want to deactivate it on woocommerce checkout.
Is it possible to use a function to deactivate this for woocommerce checkouts and only use it for registration forms?BR
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] reCaptcha loading in Woocommerce checkoutAfter further investigation we suspected this is interfering with our checkout because we had 0 orders in 48 hours. It turns out it does, after making an order the order does not go through because of recaptcha error.
“ERROR: reCaptcha verification failed. Do you have Javascript enabled”?