Product Title
Price
Quantity
Subtotal
2,070.00
2,070.00
177.60
177.60
2,542.16
2,542.16
Continue Shopping
Subtotal4,789.76
CGST431.07
SGST431.07
Total5,651.90
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'); }); });