Product Title
Price
Quantity
Subtotal
194.90
194.90
108.00
108.00
Continue Shopping
Subtotal302.90
CGST27.26
SGST27.26
Total357.42
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'); }); });