Product Title
Price
Quantity
Subtotal
172.50
172.50
82.40
82.40
Continue Shopping
Subtotal254.90
CGST20.47
SGST20.47
Total295.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'); }); });