Product Title
Price
Quantity
Subtotal
69.52
69.52
74.25
74.25
Continue Shopping
Subtotal143.77
CGST12.94
SGST12.94
Total169.65
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'); }); });