Product Title
Price
Quantity
Subtotal
77.90
77.90
70.33
70.33
Continue Shopping
Subtotal148.23
CGST11.00
SGST11.00
Total170.23
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'); }); });