Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gidvmail

    (@gidvmail)

    Thanks in advance!!

    The redirect to shop?
    Use this code on your functions.php

    function wc_empty_cart_redirect_url() {
    	return 'http://yourlink';
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to Redirect?’ is closed to new replies.