Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3339
    AvatarBakana Media
    Support Expired

    On my website I don’t use the real store page to order.
    The problem is that the “back to store” button when the cart is empty sends to the real page.

    How can I change this link?

    Panier

    #3340

    Hi,

    Please use this php code:

    
    add_filter('woocommerce_return_to_shop_redirect','piizalian_return_to_shop_redirect');
    function piizalian_return_to_shop_redirect(){
    $link_redirect = 'your-link';
    return $link_redirect;
    }
    #3341
    AvatarBakana Media
    Support Expired

    Perfect, thank you

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

You must be logged in to reply to this topic.