Remove the checkout option in the cart fireld in the upper right corner

This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler

  • Avatar: Rubien
    Rubien
    Participant
    April 27, 2017 at 20:51

    Hi.
    Two year ago i got this code from you and it has worked fine until i updates to the latest version.

    Now the it does not work any more. The button is back. Is there a new code for this?

    .shopping-cart-widget .cart-popup a.button.filled.active.right {
    display: none !important;
    }

    Alternative, and the best solution – is if was possible to hide the check out button, both in the shopping cart widget at the top and in the shopping cart until the customer has chosen the shipping alternative. Or make the button not clickable until the customer has chosen shipping alternative.

    Best regards,

    Ruben Hestholm

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 3, 2017 at 14:54

    Hello,

    You can use this code to hide checkout btn in the shopping cart widget:

    .shopping-cart-widget .btn.active.right {
        display: none;
    }
    .shopping-cart-widget .widget_shopping_cart_content .bottom-btn a {
        width: 100%;
    }

    Regards,
    Rose Tyler.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.