Change link of "Return to Shop" button empty cart
-
Hello!
I would like to change the link of my “Return to Shop” button when my cart is empty.
I found the following code and added it to my Divi Child functions.phpfunction wc_empty_cart_redirect_url() { return 'https://yourdomain.com/your-page/'; } add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );
But it does not work.
Did anyone here experience the same and would know how to help?
That would be greatly appreaciated!I am on WP 4.5 WooCommerce Divi Child 2.5
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change link of "Return to Shop" button empty cart’ is closed to new replies.