Product Title
Price
Quantity
Subtotal
135.00
135.00
3,940.35
3,940.35
Continue Shopping
Subtotal4,075.35
CGST366.78
SGST366.78
Total4,808.91
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'); }); });