• Resolved seostoria

    (@seostoria)


    Hello
    In mobile version of checkout, Woocommerce shopping cart is displayed after “continue to second step” button. How to remove shopping cart from checkout page?

    With kind regards
    Natalia

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi Natalia @seostoria,

    If I understand correctly, the order review section appears below the “Weiter Zu Schritt 2” button on mobile view, just like here:


    Link to image: https://i.imgur.com/vTeyZaR.png

    Is this the section that you want to remove on mobile? If so, you may want to add this CSS to Dashboard > Appearance > Customize > Additional CSS:

    /* Remove order review section on mobile */
    @media screen and (max-width: 768px){
    .woocommerce-checkout .checkout-order-review {
    display: none;
    }
    }

    If I did not quite catch your issue please clarify so we can provide you with guidance. I’d suggest sending a screenshot using a tool like https://snipboard.io.

    Thanks.

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    We’ve not seen any activity on this thread for a while, so I’m marking this thread as resolved.

    Please feel free to open a new topic if you have any other questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce +Germanized Cart’ is closed to new replies.