Home › Forums › WoodMart support forum › Return to Shop Link Return to Shop Link This topic has 3 replies, 2 voices, and was last updated 12 hours, 36 minutes ago by phoenixfurniturestudio. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 6, 2025 at 4:45 pm #627711 phoenixfurniturestudioParticipant How do I change the link for this button Return to Shop? I need it to be “https://phoenixfurniturestudio.co.uk/shop-all” Attachments:You must be logged in to view attached files. January 6, 2025 at 4:48 pm #627716 phoenixfurniturestudioParticipant And also the Wishlist Return to Shop link Attachments:You must be logged in to view attached files. January 7, 2025 at 11:13 am #627900 Hung PhamKeymaster Hello phoenixfurniturestudio, Thanks for reaching to us. Try to add the following code in the function.php of the child theme. function custom_woodmart_wishlist_return_to_shop_url() { return 'https://your-custom-link.com'; } add_filter('woodmart_wishlist_return_to_shop_url', 'custom_woodmart_wishlist_return_to_shop_url'); Make sure to replace your-custom-link.com with the URL you want to redirect to. Best Regards, January 7, 2025 at 1:14 pm #627943 phoenixfurniturestudioParticipant That’s great, thank you!! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register