Product Title
Price
Quantity
Subtotal
37.80
37.80
93.75
93.75
Continue Shopping
Subtotal131.55
CGST7.90
SGST7.90
Total147.35
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'); }); });