Product Title
Price
Quantity
Subtotal
112.00
112.00
133.00
133.00
Continue Shopping
Subtotal245.00
CGST18.06
SGST18.06
Total281.12
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'); }); });