Product Title
Price
Quantity
Subtotal
120.00
120.00
4,275.00
4,275.00
Continue Shopping
Subtotal4,395.00
CGST395.55
SGST395.55
Total5,186.10
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'); }); });