• Resolved Stilian

    (@stilians)


    In Abandoned Cart > Settings > General > Recover link to, whether I select Checkout or Cart, it doesn’t work and the link goes to homepage. The link’s format is this: https://example.com/?wacv_recover=cart_link&valid=LQF8q5GAI2B01n-2L6XW2-k9r4WiiRP1mAuCQYci1g,,

    I tested this with a guest user, no admin, so it should work. Can you test this yourself and see if it works or not, and fix it if it doesn’t?

    As a temporary workaround solution, I edited the plugin’s file wp-content/plugins/woo-abandoned-cart-recovery/includes/email/send-email-cron.php.

    version 1.0.3.7, line 378:
    from
    return site_url( '?wacv_recover=cart_link&valid=' ) . $url_encode;
    to
    return site_url( '/checkout/?wacv_recover=cart_link&valid=' ) . $url_encode;

    If you can’t find the cause of the issue, could you give me a code snippet I could use for redirecting to the checkout page to avoid having to edit the plugin’s code after every update.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Sorry for late reply, we have just come back to work after holiday.

    Do you still need the help?

    Thread Starter Stilian

    (@stilians)

    I still need help. Have you tested the issue?

    It seems that you are using our pro version with the “Recover link to option” but you are mentioned in the free version 1.0.3.7, so we are having some misunderstanding here.
    In the free version, The plugin does not have that option. However, is this problem only occurred with admin account?

    Thread Starter Stilian

    (@stilians)

    No, the problem occurs with all user roles. Did you test this yourself?

    We have checked on our environment and everything works as expected. It redirects to the checkout page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Recover link goes to homepage’ is closed to new replies.