Product Title
Price
Quantity
Subtotal
4,567.53
4,567.53
83.89
83.89
Continue Shopping
Subtotal4,651.42
CGST418.63
SGST418.63
Total5,488.68
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'); }); });