Home Forums WoodMart support forum How to remove “View cart” from the sidebar cart and enably only “Checkout”?

How to remove “View cart” from the sidebar cart and enably only “Checkout”?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #411571

    jukkasa
    Participant

    Hi, and first of all, thank you for update 7.0, just amazing work. Your theme is by far the best.

    Now to my question:

    Is it possible to remove “View cart” button from the “Hidden Sidebar cart” and enably only “checkout button”?

    This is because I try to make customers decision to move to checkout faster and not let them spend too much time in actual cart page (cart abandonment reasons you know).

    See screenshot for clarification.

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #411722

    Luke Nielsen
    Keymaster

    Hello,

    The ” View cart” button can be hidden with the help of the below code, enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .cart-widget-side .btn-cart {
        display: none;
    }

    You can also reach out to us if you have any questions.

    Kind Regards

    #411733

    jukkasa
    Participant

    Hello, it worked! Thank you very much.

    #411741

    Luke Nielsen
    Keymaster

    You are welcome!

    Always remember that you can reach out to us with any questions you may have.

    We wish you a splendid day!

    Kind Regards

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

The topic ‘How to remove “View cart” from the sidebar cart and enably only “Checkout”?’ is closed to new replies.