Product Title
Price
Quantity
Subtotal
135.00
135.00
45.00
45.00
134.25
134.25
Continue Shopping
Subtotal314.25
CGST28.28
SGST28.28
Total370.81
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'); }); });