Product Title
Price
Quantity
Subtotal
36.00
36.00
245.52
245.52
Continue Shopping
Subtotal281.52
CGST24.26
SGST24.26
Total330.04
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'); }); });