Product Title
Price
Quantity
Subtotal
36.00
36.00
130.68
130.68
Continue Shopping
Subtotal166.68
CGST11.08
SGST11.08
Total188.84
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'); }); });