Product Title
Price
Quantity
Subtotal
168.75
168.75
168.75
168.75
175.20
175.20
143.20
143.20
Continue Shopping
Subtotal655.90
CGST59.04
SGST59.04
Total773.98
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'); }); });