Product Title
Price
Quantity
Subtotal
4,124.25
4,124.25
134.25
134.25
Continue Shopping
Subtotal4,258.50
CGST259.54
SGST259.54
Total4,777.58
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'); }); });