Product Title
Price
Quantity
Subtotal
140.80
140.80
84.00
84.00
Continue Shopping
Subtotal224.80
CGST16.01
SGST16.01
Total256.82
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'); }); });