Product Title
Price
Quantity
Subtotal
48.00
48.00
335.16
335.16
Continue Shopping
Subtotal383.16
CGST34.48
SGST34.48
Total452.12
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'); }); });