Product Title
Price
Quantity
Subtotal
186.43
186.43
48.00
48.00
Continue Shopping
Subtotal234.43
CGST21.10
SGST21.10
Total276.63
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'); }); });