Product Title
Price
Quantity
Subtotal
83.03
83.03
161.50
161.50
Continue Shopping
Subtotal244.53
CGST19.52
SGST19.52
Total283.57
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'); }); });