Product Title
Price
Quantity
Subtotal
60.00
60.00
245.52
245.52
Continue Shopping
Subtotal305.52
CGST27.50
SGST27.50
Total360.52
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'); }); });