Home › Forums › WoodMart support forum › Return to Shop link Return to Shop link This topic has 1 reply, 2 voices, and was last updated 11 months ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 16, 2024 at 3:17 pm #530359 satishreesareesParticipant How to change link of return to shop button? I want to direct it to my category page. Attachments:You must be logged in to view attached files. January 16, 2024 at 6:30 pm #530453 Hung PhamKeymaster Hi satishreesarees, Thanks for reaching to us, Please add below Custom Code to the function.php of the Child theme: function wc_empty_cart_redirect_url() { return 'https://www.mywebsite.com/'; } add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' ); Regards, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register