Home Forums WoodMart support forum Return to Shop Link

Return to Shop Link

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #627711

    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.
    #627716

    And also the Wishlist Return to Shop link

    Attachments:
    You must be logged in to view attached files.
    #627900

    Hung Pham
    Keymaster

    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,

    #627943

    That’s great, thank you!!

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