Product Title
Price
Quantity
Subtotal
87.00
87.00
72.00
72.00
81.18
81.18
Continue Shopping
Subtotal240.18
CGST21.62
SGST21.62
Total283.42
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'); }); });