Product Title
Price
Quantity
Subtotal
146.96
146.96
135.00
135.00
459.00
459.00
Continue Shopping
Subtotal740.96
CGST66.69
SGST66.69
Total874.34
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'); }); });