Product Title
Price
Quantity
Subtotal
86.94
86.94
82.40
82.40
Continue Shopping
Subtotal169.34
CGST10.16
SGST10.16
Total189.66
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'); }); });