Product Title
Price
Quantity
Subtotal
90.00
90.00
649.35
649.35
28.00
28.00
42.37
42.37
Continue Shopping
Subtotal809.72
CGST68.22
SGST68.22
Total946.16
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'); }); });