Product Title
Price
Quantity
Subtotal
455.00
455.00
81.25
81.25
Continue Shopping
Subtotal536.25
CGST48.26
SGST48.26
Total632.77
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'); }); });