Product Title
Price
Quantity
Subtotal
138.60
138.60
4,275.00
4,275.00
Continue Shopping
Subtotal4,413.60
CGST397.22
SGST397.22
Total5,208.04
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'); }); });