Product Title
Price
Quantity
Subtotal
125.20
125.20
156.77
156.77
40.00
40.00
3,622.70
3,622.70
95.20
95.20
Continue Shopping
Subtotal4,039.87
CGST363.59
SGST363.59
Total4,767.05
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'); }); });