Product Title
Price
Quantity
Subtotal
2,450.00
2,450.00
4,275.00
4,275.00
Continue Shopping
Subtotal6,725.00
CGST531.75
SGST531.75
Total7,788.50
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'); }); });