Product Title
Price
Quantity
Subtotal
93.75
93.75
146.96
146.96
72.00
72.00
Continue Shopping
Subtotal312.71
CGST25.99
SGST25.99
Total364.69
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'); }); });