Product Title
Price
Quantity
Subtotal
89.00
89.00
74.25
74.25
Continue Shopping
Subtotal163.25
CGST14.69
SGST14.69
Total192.63
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'); }); });