Product Title
Price
Quantity
Subtotal
72.00
72.00
177.60
177.60
Continue Shopping
Subtotal249.60
CGST22.46
SGST22.46
Total294.52
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'); }); });