Product Title
Price
Quantity
Subtotal
137.28
137.28
160.88
160.88
112.00
112.00
Continue Shopping
Subtotal410.16
CGST36.91
SGST36.91
Total483.98
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'); }); });