How to Simplify Cart Layout and Skip to Shipping Details
-
Hello,
how can I remove the highlighted area in the “Cart” section and leave only the button and the total amount there?
I would like the button to take the customer directly to the next step — entering shipping details and so on.
How could this be achieved?
Best regards,
Nikola
Attachments:
You must be
logged in to view attached files.
Hi ivoltbg,
Thanks for reaching to us.
Navigate to Theme Settings > Single product > Buy now > enable the Buy now button
and set the button redirect location: https://xtemos.com/docs-topic/buy-now-button/
Best Regards,
Hung PD
Hello,
even if I activate this button, the cart result remains the same, and personally, I don’t like how it looks and in my opinion, it’s unnecessary, because all the details are mainly filled out in the next step — the checkout… That’s why I would simply like to remove it. I’ve marked the section in the screenshot.
How can I achieve this result?
Best regards,
Nikola
Attachments:
You must be
logged in to view attached files.
Hi ivoltbg,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.cart-totals-inner.wd-layout-2 table.shop_table {
display: none;
}
Regards,
Hung PD