Product Title
Price
Quantity
Subtotal
2,083.00
2,083.00
4,275.00
4,275.00
Continue Shopping
Subtotal6,358.00
CGST572.22
SGST572.22
Total7,502.44
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'); }); });