Home Forums WoodMart support forum Change Return to shop button link

Change Return to shop button link

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #107957

    Leos
    Participant

    Hello,

    I would like to change the link of the return to shop button. For the cart page I’ve already changed it by adding this code in the functions.php file:

    function wc_empty_cart_redirect_url() {
    	return 'https://www.mywebsite.com/';
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );

    I can not change the link in the cart sidebar button and in all other parts of the theme. How can I do?

    Thank you.

    #107984

    Artem Temos
    Keymaster

    Hi,

    We see that the link is already changed to your home page. Where exactly the link is not changed yet?

    Regards

    #107993

    Leos
    Participant

    Hi,

    it was just a cache problem. Sorry.

    #107994

    Artem Temos
    Keymaster

    OK, great. Contact us if you will have any questions.

    #108630

    Leos
    Participant

    You can close this topic. Thank you.

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

The topic ‘Change Return to shop button link’ is closed to new replies.