Product Title
Price
Quantity
Subtotal
75.65
75.65
245.52
245.52
393.75
393.75
134.25
134.25
Continue Shopping
Subtotal849.17
CGST76.43
SGST76.43
Total1,002.03
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'); }); });