Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #979004
    Daphne D
    Participant

    Thanks for the re-direct…that thread helped me a bunch.

    However, after inserting this to my function.php …

    function change_return_to_shop_link(){
    return home_url().’/store/’;
    }
    add_filter(‘woocommerce_return_to_shop_redirect’, ‘change_return_to_shop_link’, 50);

    I also had to add the following right below it in order to get the Woocommerce “continue shopping” link to work properly on the cart page:

    add_filter( ‘woocommerce_continue_shopping_redirect’, ‘change_return_to_shop_link’, 50);

    Everything works perfectly now!
    Thanks for all the great help!

    #979755
    Rad
    Moderator

    Glad to hear that and thanks for sharing!

  • <script> jQuery(function($){ $("#no-reply-910805 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>