Add this custom CSS (Customize/Custom CSS) in order to hide the ‘Update cart’ button from the checkout page.
button[name='update_cart']{
display: none !important
}
The button’s name should differ. Ensure the button’s name with developer tools within your browser.
Leave a Reply