New Landing How can we help? Atelier Continue Shopping Redirect

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #310203
    juliensalanave
    Member
    Post count: 125

    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.
    #310209
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It looks good.

    -Rui

    #310513
    juliensalanave
    Member
    Post count: 125

    Yup, it works. Thank you for reply.

    -Billy

    #310545
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

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

You must be logged in to reply to this topic.