cart

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

    amar.karismatik2727
    Participant

    hi, i want to remove the cart page or hide it !
    but keep the cart side barre
    like this the costumer can add to cart normaly and see his order only in cart side barre not the page ! (in the sidebarre cart the bouttom see cart will be removed, only checkout boutton will be available in sidebarre cart !)

    #709005

    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)