Product Title
Price
Quantity
Subtotal
160.00
160.00
679.15
679.15
228.00
228.00
Continue Shopping
Subtotal1,067.15
CGST70.87
SGST70.87
Total1,208.89
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'); }); });