Woocomerce Custom Update Cart button

In this example we change the position of update cart button before checkout button in Cart page. Put the below code in functions.php page In cart.php file find this code for update cart button style=”display: none;” Add this code for hiding the woocommerce default button. Now just put js code in footer.php

Read