Product Title
Price
Quantity
Subtotal
60.00
60.00
468.00
468.00
Continue Shopping
Subtotal528.00
CGST47.52
SGST47.52
Total623.04
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'); }); });