• kibitzz

    (@kibitzz)


    Hey!

    I’ve been trying to fix this for months. Guest users completing checkout will be prompted with a blank page asking them to log in to view their order. Logged in user won’t have this issue.

    I’ve tried PHP snippets:

    ‘woocommerce_order_email_verification_required’, ‘__return_false’, 99 );

    add_filter( ‘woocommerce_order_email_verification_required’, ‘__return_false’ );

    As well as User Verification plugin to disable email verification. The support for my checkout plugin also have no clue what’s happening and said to contact WC support. Problem appears to present even with the checkout plugin disabed.

    Any help would be appreciated ??

  • You must be logged in to reply to this topic.