Home Forums WoodMart support forum How to Simplify Cart Layout and Skip to Shipping Details

How to Simplify Cart Layout and Skip to Shipping Details

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

    ivoltbg
    Participant

    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.
    #673776

    Hung Pham
    Keymaster

    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

    #673848

    ivoltbg
    Participant

    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.
    #674138

    Hung Pham
    Keymaster

    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

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