Product Title
Price
Quantity
Subtotal
38.00
38.00
459.00
459.00
Continue Shopping
Subtotal497.00
CGST44.73
SGST44.73
Total586.46
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'); }); });