Product Title
Price
Quantity
Subtotal
160.88
160.88
4,124.25
4,124.25
2,450.00
2,450.00
Continue Shopping
Subtotal6,735.13
CGST408.94
SGST408.94
Total7,553.01
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'); }); });