Product Title
Price
Quantity
Subtotal
288.00
288.00
35.00
35.00
Continue Shopping
Subtotal323.00
CGST29.07
SGST29.07
Total381.14
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'); }); });