Product Title
Price
Quantity
Subtotal
82.02
82.02
97.16
97.16
Continue Shopping
Subtotal179.18
CGST10.75
SGST10.75
Total200.68
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'); }); });