Product Title
Price
Quantity
Subtotal
4,567.53
4,567.53
216.00
216.00
1,917.00
1,917.00
84.00
84.00
Continue Shopping
Subtotal6,784.53
CGST604.13
SGST604.13
Total7,992.79
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'); }); });