Product Title
Price
Quantity
Subtotal
4,275.00
4,275.00
4,575.00
4,575.00
71.45
71.45
2,083.00
2,083.00
Continue Shopping
Subtotal11,004.45
CGST851.01
SGST851.01
Total12,706.47
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'); }); });