Product Title
Price
Quantity
Subtotal
2,450.00
2,450.00
4,275.00
4,275.00
2,083.00
2,083.00
Continue Shopping
Subtotal8,808.00
CGST719.22
SGST719.22
Total10,246.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'); }); });