Product Title
Price
Quantity
Subtotal
2,083.00
2,083.00
4,575.00
4,575.00
2,450.00
2,450.00
Continue Shopping
Subtotal9,108.00
CGST608.97
SGST608.97
Total10,325.94
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'); }); });