Product Title
Price
Quantity
Subtotal
137.60
137.60
69.52
69.52
228.00
228.00
Continue Shopping
Subtotal435.12
CGST39.16
SGST39.16
Total513.44
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'); }); });