Product Title
Price
Quantity
Subtotal
135.00
135.00
135.00
135.00
156.77
156.77
Continue Shopping
Subtotal426.77
CGST38.41
SGST38.41
Total503.59
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'); }); });