Product Title
Price
Quantity
Subtotal
96.00
96.00
96.00
96.00
Continue Shopping
Subtotal192.00
CGST17.28
SGST17.28
Total226.56
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'); }); });