Product Title
Price
Quantity
Subtotal
25.42
25.42
4,567.53
4,567.53
36.20
36.20
Continue Shopping
Subtotal4,629.15
CGST416.63
SGST416.63
Total5,462.41
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'); }); });