Product Title
Price
Quantity
Subtotal
48.00
48.00
194.90
194.90
168.75
168.75
Continue Shopping
Subtotal411.65
CGST37.05
SGST37.05
Total485.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'); }); });