Product Title
Price
Quantity
Subtotal
146.96
146.96
72.00
72.00
1,917.50
1,917.50
13.79
13.79
137.60
137.60
Continue Shopping
Subtotal2,287.85
CGST203.34
SGST203.34
Total2,694.53
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'); }); });