Product Title
Price
Quantity
Subtotal
75.00
75.00
112.50
112.50
Continue Shopping
Subtotal187.50
CGST16.88
SGST16.88
Total221.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'); }); });