Product Title
Price
Quantity
Subtotal
72.00
72.00
245.52
245.52
Continue Shopping
Subtotal317.52
CGST26.42
SGST26.42
Total370.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'); }); });