• Hi, after a purchase I get a 302 redirect in response to /checkout/order-received/10758/?Key=wc_order_ruBqI7EGNnA6C (for example) and I am redirected to the my-account page with the parameter /?Uv_check=true

    I had the problem with old versions of the plugin, but after updating the plugin to 1.0.51 and woocommerce to 4.6.0 the problem persist.

    User Verification Settings / WooCommerce are:
    – Disable auto login > Yes
    – Display Message after successfully registration > yes
    – Redirect after payment > None

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Maurizio Melandri

    (@melojoy)

    Hi, examining the plugin code, at the moment I solved it by inserting the following code in my functions.php file

    remove_action( 'woocommerce_thankyou', 'user_verification_woocommerce_thankyou');

    Maybe there is some problem in ‘uv_wc_redirect_after_payment’ option and the function make redirect to your default value wc_get_page_id (‘myaccount’)?

    Thanks for support,
    Maurizio

    oasiswork07

    (@oasiswork07)

    I am facing the same issue after successful purchase user is redirected to ‘/my-account/?uv_check=true’ instead of ‘/checkout/order-received/’

    Plugin version: 1.0.51

    Plugin Author PickPlugins

    (@pickplugins)

    HI, @oasiswork07 have you tried @melojoy solution?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Redirection after payment’ is closed to new replies.