• Resolved amitcohen1212

    (@amitcohen1212)


    Hello, when i try to place an order (after inserting the credit card details) i get this : To view this page, you must either login or verify the email address associated with the order.

    I read that the problem is known to woocommerce devs, and i used this snippet in my site
    add_filter( 'woocommerce_order_email_verification_required', '__return_false' );

    but unfortunately its still not solving the issue. can someone advise when the issue will be solved?

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

    (@babylon1999)

    Hello @amitcohen1212,

    Thank you for reaching out!

    Have you tried purging your site’s server cache? Also, may I ask where are you adding the snippet?

    Look forward to hearing back from you.

    Thread Starter amitcohen1212

    (@amitcohen1212)

    Hi @babylon1999 . thank you for your response.
    i did purge the cache from the server. and i added the snippet via wpcodebox plugin. (external plugin to add snippets.)
    and none of theme worked for me. what did worked was installing woo commerce version 7.7.0 .

    do u have an estimate when this will be fixed?

    Saif

    (@babylon1999)

    Thank you for confirming!

    I’m not sure if something needs to be fixed here. This is a new security integration to prevent malicious actors from viewing the order details for guest orders, you can choose to disable it with the mentioned hook. :?)

    Could you please try adding the snippet using the Code Snippets plugin?

    Look forward to hearing back from you.

    Thread Starter amitcohen1212

    (@amitcohen1212)

    Hi @babylon1999

    what do you mean? of course there is something need to be fixed.
    why my costumers at the shop need to verify their email , even if they didn’t opened an account? it doesn’t make sense… WooCommerce need to add this as an option an not as mandatory. and the snippet is not working.

    Saif

    (@babylon1999)

    why my costumers at the shop need to verify their email , even if they didn’t opened an account?

    I’m sorry to hear that this has caused problems for your website. As stated earlier, this is a security update designed to ensure that not just anyone with the order link can view the customer’s address or other sensitive information. We understand that not all merchants may want this feature, which is why the team included a filter to turn it off.

    In order for us to get a better understanding of the issue, could you please attach a copy of your site’s system status report?

    You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support” (after you scroll down a bit)”. Once done, please paste it here in your reply or via a text-sharing service like https://gist.github.com/.

    Look forward to hearing back from you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Email verification in checkout’ is closed to new replies.