Product Title
Price
Quantity
Subtotal
4,275.00
4,275.00
3,940.35
3,940.35
Continue Shopping
Subtotal8,215.35
CGST739.38
SGST739.38
Total9,694.11
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'); }); });