• Resolved Ricardo H?ringer

    (@rickhaer)


    Hi, i do have problems with the plugin on my woocoomerce checkout page. In my Plugin Integrations i have activated “WooCommerce -> Checkout Form” but this trys to add 2 hCaptchas on my page and throwing an error than. The first hCaptcha will be added to “Payment Methods” and the second one to the “Order Overview” and the console error is “Found 2 elements with non-unique id #hcaptcha_wc_checkout_nonce”. The hCaptchas are broken than and can not be used and my users can not continue with the checkout. Is there any way to fix this or is this a bug of the plugin?

Viewing 1 replies (of 1 total)
  • Plugin Contributor kaggdesign

    (@kaggdesign)

    The hCaptcha with #hcaptcha_wc_checkout_nonce is added on the hook woocommerce_review_order_before_submit. This action is fired by WooCommerce only once, in the templates/checkout/payment.php file. This file creates the payment methods and terms forms.

    The presence of #hcaptcha_wc_checkout_nonce two times says that you have the wrong custom code., which executes code in the payment.php twice.

    Deactivate all plugins except WooCommerce, change theme to a standard one, and you won’t see the problem.

Viewing 1 replies (of 1 total)
  • The topic ‘WooCoomerce checkout problems’ is closed to new replies.