Product Title
Price
Quantity
Subtotal
45.00
45.00
135.00
135.00
Continue Shopping
Subtotal180.00
CGST16.20
SGST16.20
Total212.40
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'); }); });