Product Title
Price
Quantity
Subtotal
143.20
143.20
4,275.00
4,275.00
Continue Shopping
Subtotal4,418.20
CGST397.64
SGST397.64
Total5,213.48
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'); }); });