Product Title
Price
Quantity
Subtotal
68.25
68.25
168.75
168.75
Continue Shopping
Subtotal237.00
CGST19.29
SGST19.29
Total275.58
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'); }); });