Product Title
Price
Quantity
Subtotal
4,567.53
4,567.53
84.00
84.00
60.00
60.00
Continue Shopping
Subtotal4,711.53
CGST424.04
SGST424.04
Total5,559.61
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'); }); });