Product Title
Price
Quantity
Subtotal
48.00
48.00
23.75
23.75
Continue Shopping
Subtotal71.75
CGST6.46
SGST6.46
Total84.67
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'); }); });