Product Title
Price
Quantity
Subtotal
393.75
393.75
45.00
45.00
Continue Shopping
Subtotal438.75
CGST39.49
SGST39.49
Total517.73
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'); }); });