Forums
Forums / Plugin: WooCommerce / How to Redirect?
(@gidvmail)
7 years, 7 months ago
Hello, I need help redirecting
Using Beaver Builder Tesseract Theme
Thanks in advance!!
(@mstudioil)
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' );
The topic ‘How to Redirect?’ is closed to new replies.