Product Title
Price
Quantity
Subtotal
63.20
63.20
70.33
70.33
Continue Shopping
Subtotal133.53
CGST10.12
SGST10.12
Total153.77
Add to cart
jQuery(document).ready(function($) { // When quantity changes $('body').on('change', 'input.qty', function() { // Trigger WooCommerce to update cart totals via AJAX $('[name="update_cart"]').prop('disabled', false); $('[name="update_cart"]').trigger('click'); }); });