Home › Forums › WoodMart support forum › Return to Shop Button Return to Shop Button This topic has 3 replies, 2 voices, and was last updated 5 years, 11 months ago by Artem Temos. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 1, 2019 at 4:15 pm #160361 brgreeneParticipant 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? December 1, 2019 at 9:33 pm #160377 Artem TemosKeymaster Hello, The return button just redirects you to the previous page in your browser history. It doesn’t have a static link. Kind Regards December 1, 2019 at 11:22 pm #160430 brgreeneParticipant 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. December 2, 2019 at 7:15 am #160460 Artem TemosKeymaster 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 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register