Product Title
Price
Quantity
Subtotal
35.00
35.00
108.00
108.00
Continue Shopping
Subtotal143.00
CGST12.87
SGST12.87
Total168.74
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'); }); });