Product Title
Price
Quantity
Subtotal
74.25
74.25
143.20
143.20
Continue Shopping
Subtotal217.45
CGST19.57
SGST19.57
Total256.59
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'); }); });