Product Title
Price
Quantity
Subtotal
679.15
679.15
93.75
93.75
Continue Shopping
Subtotal772.90
CGST46.38
SGST46.38
Total865.66
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'); }); });