Home Forums WoodMart support forum Return to Shop Button

Return to Shop Button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #160361

    brgreene
    Participant

    The return to shop button on the wish list is directed to page id=11. How can I can this so that it just goes back to the home page?

    #160377

    Artem Temos
    Keymaster

    Hello,

    The return button just redirects you to the previous page in your browser history. It doesn’t have a static link.

    Kind Regards

    #160430

    brgreene
    Participant

    The Return to Shop button on the cart redirected to a page I don’t use so I am using this in my child theme function.php to redirect to by home page.

    add_filter( 'woocommerce_return_to_shop_redirect', 'bbloomer_change_return_shop_url' );
     
    function bbloomer_change_return_shop_url() {
    return home_url();
    }

    I don’t know if this is the problem but the Return to Shop button on the wishlist is redirecting to the page id=11 all the time.

    #160460

    Artem Temos
    Keymaster

    Sorry, we thought about a different button. Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?

    Thank you in advance

Viewing 4 posts - 1 through 4 (of 4 total)