Change “Continue Shopping ” redirect Not Working
-
Hi , Im using this snippet but my “continue shopping” button still redirecting for cart page , already tried all redirect snippets but none of them works aswell.
/**
* Redirect the Continue Shopping URL
*/
function custom_continue_shopping_redirect_url ( $url ) {
$url = “https://mysite.com”; // Add your link here
return $url;
}
add_filter(‘woocommerce_continue_shopping_redirect’, ‘custom_continue_shopping_redirect_url’);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change “Continue Shopping ” redirect Not Working’ is closed to new replies.