Product Title
Price
Quantity
Subtotal
2,542.16
2,542.16
2.46
2.46
125.20
125.20
Continue Shopping
Subtotal2,669.82
CGST240.21
SGST240.21
Total3,150.24
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'); }); });