Product Title
Price
Quantity
Subtotal
105.60
105.60
168.75
168.75
Continue Shopping
Subtotal274.35
CGST24.69
SGST24.69
Total323.73
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'); }); });