Product Title
Price
Quantity
Subtotal
147.00
147.00
48.22
48.22
Continue Shopping
Subtotal195.22
CGST16.12
SGST16.12
Total227.46
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'); }); });