Product Title
Price
Quantity
Subtotal
4,567.53
4,567.53
42.40
42.40
Continue Shopping
Subtotal4,609.93
CGST414.90
SGST414.90
Total5,439.73
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'); }); });