Update cart without button
-
Hello! I would like the products on the cart page to be updated simply by changing the quantity.
No need to click the “Update Cart” button
So far I have managed to hide the button.
I have done it with the following CSS:
/** Ocultar botón de actualizar carrito **/ .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions { display: none; }
However, changing the quantity does not update the cart.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Update cart without button’ is closed to new replies.