Product Title
Price
Quantity
Subtotal
4,275.00
4,275.00
4,124.25
4,124.25
Continue Shopping
Subtotal8,399.25
CGST632.21
SGST632.21
Total9,663.67
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'); }); });