Hello, team support!
I would like to change “continue shopping button” redirect to the homepage. Please view attached image.
I make and will try to insert this Function.php code below and please review if it is correct. Thanks.
/** Continue Shopping button
* Change URL from Shop to Homepage
**/
function sf_custom_change_continue_shopping_button_url() {
return get_site_url();
}
add_filter( ‘woocommerce_continue_shopping_redirect’, ‘sf_custom_change_continue_shopping_button_url’ );
-Billy
Attachments:
You must be
logged in to view attached files.