How to remove “View cart” from the sidebar cart and enably only “Checkout”?
-
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.
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
Hello, it worked! Thank you very much.
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
The topic ‘How to remove “View cart” from the sidebar cart and enably only “Checkout”?’ is closed to new replies.