Product Title
Price
Quantity
Subtotal
75.65
75.65
25.42
25.42
Continue Shopping
Subtotal101.07
CGST9.10
SGST9.10
Total119.27
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'); }); });