Home Forums WoodMart support forum skip shopping cart

skip shopping cart

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #361795

    giannisth
    Participant

    hello,
    1. is there a way to skip shopping cart page and go directly to the checkout?
    i have tried to add this line at functions.php but with no success. is there some settings i should apply?
    /*redirect to checkout page*/
    add_filter(‘add_to_cart_redirect’, ‘ql_skip_cart_page’);
    function ql_skip_cart_page () {
    global $woocommerce;
    $redirect_checkout = $woocommerce->cart->get_checkout_url();
    return $redirect_checkout;
    }
    2. from where do i change the titles here https://i.imgur.com/uIjqKji.png ? e.g instead of “SHOPPING CART” to change it to “my bag” etc?
    3. After checkout has been completed and the customer is being redirected to “thank you your order has been recieved”…is there a way to add a button link on this page and some extra text ?
    thank you

    #361867

    Hello,

    You can enable the sidebar shopping cart, it would appear and disappear, and as soon as the visitor clicks the shopping cart, he sees two buttons: shopping cart and checkout, and he can skip the shopping cart.

    Please insert the site admin access into the Private content below the message area. I will check the current settings and tell you how to configure them.

    Best Regards

    #361895

    giannisth
    Participant

    Hi,i do not wish to use any sidebar. I just wish the user to add product in cart and proceed directly to checkout page.
    Do i need to apply any changes to xtemos dashboard,or even disable it if needed. I just need this finctionality.
    As i said before,i apply the above code but it does not apply. Is this due to the extemos?

    #362022

    Hello,

    By default, Woocommerce does not provide the option. You will need to search for a plugin. We have not tested any with our theme, thus we can hardly recommend any.

    If you have any questions please feel free to contact us.

    Best Regards

    #362059

    giannisth
    Participant

    Ok.
    What about questions 2 and 3 please?

    #362201

    Hello,

    The page title is generated from the real page title. The settings are provided in the Theme Settings > General.

    As for the Thank you page, you can add your custom content to the Theme Settings > Shop > Thank you page.

    You can create an HTML block and insert your custom page: https://xtemos.com/docs-topic/html-blocks-usage/

    If you have any questions please feel free to contact us.

    Best Regards

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