Product Title
Price
Quantity
Subtotal
101.69
101.69
75.00
75.00
137.42
137.42
Continue Shopping
Subtotal314.11
CGST28.27
SGST28.27
Total370.65
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'); }); });