Product Title
Price
Quantity
Subtotal
68.00
68.00
69.52
69.52
Continue Shopping
Subtotal137.52
CGST12.38
SGST12.38
Total162.28
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'); }); });