Product Title
Price
Quantity
Subtotal
75.65
75.65
125.16
125.16
Continue Shopping
Subtotal200.81
CGST18.07
SGST18.07
Total236.95
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'); }); });