Home Forums WoodMart support forum Redirection to homepage instead of shop page

Redirection to homepage instead of shop page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #240336

    dweb360
    Participant

    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

    #240337

    Artem Temos
    Keymaster

    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

    #240342

    dweb360
    Participant

    Hello
    I diseable all plugins that are not related to the theme
    Please see Private section

    Thank you

    #240345

    Artem Temos
    Keymaster

    As we can see, the code works correctly and redirects to the home page https://gyazo.com/bee1ea43b9d42caad16499216f593067

    #240347

    dweb360
    Participant

    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.
    #240350

    Artem Temos
    Keymaster

    Try to add and remove something from the cart to clear the widget’s cache.

    #240361

    dweb360
    Participant

    Fixed Thanks you

    #240375

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Redirection to homepage instead of shop page’ is closed to new replies.