Home › Forums › WoodMart support forum › See private content 3 See private content 3 This topic has 1 reply, 2 voices, and was last updated 1 month, 2 weeks ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 25, 2025 at 10:27 am #676150 woeterParticipant See private content4 Attachments:You must be logged in to view attached files. July 26, 2025 at 12:44 pm #676341 Hung PhamKeymaster Hi woeter, Thanks for reaching to us and appreciate your patience. =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' ); Kind Regards, Hung PD Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register