Product Title
Price
Quantity
Subtotal
38.00
38.00
146.96
146.96
Continue Shopping
Subtotal184.96
CGST16.65
SGST16.65
Total218.26
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'); }); });