Product Title
Price
Quantity
Subtotal
92.40
92.40
84.00
84.00
Continue Shopping
Subtotal176.40
CGST13.10
SGST13.10
Total202.60
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'); }); });