Product Title
Price
Quantity
Subtotal
288.00
288.00
93.75
93.75
Continue Shopping
Subtotal381.75
CGST34.36
SGST34.36
Total450.47
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'); }); });