Product Title
Price
Quantity
Subtotal
156.77
156.77
36.00
36.00
Continue Shopping
Subtotal192.77
CGST16.27
SGST16.27
Total225.31
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'); }); });