Product Title
Price
Quantity
Subtotal
245.52
245.52
135.00
135.00
82.40
82.40
74.25
74.25
Continue Shopping
Subtotal537.17
CGST45.87
SGST45.87
Total628.91
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'); }); });