Home Forums WoodMart support forum Return to Shop Link

Return to Shop Link

Viewing 5 posts - 1 through 5 (of 5 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!!

    #628195

    Hung Pham
    Keymaster

    Hi phoenixfurniturestudio,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘Return to Shop Link’ is closed to new replies.