This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Rose Tyler
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
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.
You must be logged in to reply to this topic.Log in/Sign up