Home Forums WoodMart support forum Cart page bypass

Cart page bypass

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #710099

    memo.cort59
    Participant

    Hi, is it possible to bypass the cart page? I´m using the sidecart and would like to only have a buy or purchase button… I don´t wan´t my clients to browse the cart page… I wan´t my flow to be: Product page – add to cart – Side cart opens – Buty now (from sidecart and no cart button) – Checkout

    #710176

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Navigate to WooCommerce > Settings > Advanced and unset the Cart page.

    Then, add the following custom css code in Theme Settings > Custom CSS:

    .woocommerce-mini-cart__buttons .btn-cart {
        display: none;
    }

    Make sure the Cart Sidebar is enabled from Theme Settings > Shop > Action after adding to cart.

    This way, customers can add products normally, view their cart in the sidebar, and proceed directly to checkout without using the cart page.

    Best Regards,

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