Product Title
Price
Quantity
Subtotal
2,450.00
2,450.00
160.88
160.88
4,575.00
4,575.00
Continue Shopping
Subtotal7,185.88
CGST435.98
SGST435.98
Total8,057.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'); }); });