Product Title
Price
Quantity
Subtotal
455.00
455.00
3,940.35
3,940.35
Continue Shopping
Subtotal4,395.35
CGST395.58
SGST395.58
Total5,186.51
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'); }); });