Product Title
Price
Quantity
Subtotal
280.00
280.00
50.40
50.40
Continue Shopping
Subtotal330.40
CGST28.22
SGST28.22
Total386.84
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'); }); });