Product Title
Price
Quantity
Subtotal
70.55
70.55
69.52
69.52
Continue Shopping
Subtotal140.07
CGST12.61
SGST12.61
Total165.29
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'); }); });