Product Title
Price
Quantity
Subtotal
28.00
28.00
44.64
44.64
Continue Shopping
Subtotal72.64
CGST4.36
SGST4.36
Total81.36
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'); }); });