I Use Avada Theme, and resolved how to delete that button:
1. At the file:
/Avada/woocommerce/cart/cart.php
2. I deleted the next line:
<input type=”submit” class=”fusion-button button-default button-medium button default medium” name=”update_cart” value=”<?php _e( ‘Update Cart’, ‘woocommerce’ ); ?>” />
I wanted delete the button “update cart” because for me it seems no have importance, and the cart it refresh automatically when “add” or “delete” any item.
And the point was because we have a lot abandoned carts at the site, and we want simplify the process to go checkout. Maybe two buttons for non-experience users could cause confusion.
We are now testing this hypothesis: https://www.digitaldepot.com.mx
What do you recommend us instead?