Product Title
Price
Quantity
Subtotal
136.00
136.00
200.00
200.00
72.03
72.03
96.00
96.00
Continue Shopping
Subtotal504.03
CGST45.36
SGST45.36
Total594.75
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'); }); });