Product Title
Price
Quantity
Subtotal
245.52
245.52
135.00
135.00
82.40
82.40
Continue Shopping
Subtotal462.92
CGST39.19
SGST39.19
Total541.30
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'); }); });