Product Title
Price
Quantity
Subtotal
76.00
76.00
81.25
81.25
81.25
81.25
Continue Shopping
Subtotal238.50
CGST21.46
SGST21.46
Total281.42
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'); }); });