Product Title
Price
Quantity
Subtotal
45.00
45.00
48.00
48.00
Continue Shopping
Subtotal93.00
CGST8.37
SGST8.37
Total109.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'); }); });