Redirection to homepage instead of shop page
-
Hello
I added the code below to the functions.php in the child theme but I’m not redirected ro homepage
add_filter( ‘woocommerce_return_to_shop_redirect’, ‘bbloomer_change_return_shop_url’ );
function bbloomer_change_return_shop_url() {
return home_url();
}
Thank tou
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
Hello
I diseable all plugins that are not related to the theme
Please see Private section
Thank you
As we can see, the code works correctly and redirects to the home page https://gyazo.com/bee1ea43b9d42caad16499216f593067
Hello
I tested in the canvas side cart and it is not working!
Thank you
Attachments:
You must be
logged in to view attached files.
Try to add and remove something from the cart to clear the widget’s cache.
The topic ‘Redirection to homepage instead of shop page’ is closed to new replies.