Product Title
Price
Quantity
Subtotal
599.40
599.40
74.25
74.25
Continue Shopping
Subtotal673.65
CGST60.63
SGST60.63
Total794.91
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'); }); });