Product Title
Price
Quantity
Subtotal
72.00
72.00
81.25
81.25
76.00
76.00
Continue Shopping
Subtotal229.25
CGST20.63
SGST20.63
Total270.51
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'); }); });