Product Title
Price
Quantity
Subtotal
125.20
125.20
72.00
72.00
Continue Shopping
Subtotal197.20
CGST15.59
SGST15.59
Total228.38
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'); }); });