Home Forums WoodMart support forum Change Link for “Înapoi la postere” Button on Wishlist Page

Change Link for “Înapoi la postere” Button on Wishlist Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #641803

    accounts-1767
    Participant

    I need to update the link for the “Înapoi la postere” button on the Wishlist page. It currently redirects to “https://posterup.ro/product/adele/”, but I would like it to point to “https://posterup.ro/product-category/exploreaza-postere/”.

    Please let me know how I can modify this.

    Thank you for your assistance.

    #641927

    Hello,

    Try to add the following code in the function.php of the child theme.

    function custom_woodmart_wishlist_return_to_shop_url() {
        return 'https://posterup.ro/product-category/exploreaza-postere/&#8221';
    }
    
    add_filter('woodmart_wishlist_return_to_shop_url', 'custom_woodmart_wishlist_return_to_shop_url');

    Best Regards,

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