Product Title
Price
Quantity
Subtotal
90.00
90.00
2,450.00
2,450.00
4,575.00
4,575.00
Continue Shopping
Subtotal7,115.00
CGST426.90
SGST426.90
Total7,968.80
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'); }); });