WooCommerce cart update causes section to disappear after AJAX refresh
I'm experiencing a peculiar issue with my WooCommerce cart where the coupon section disappears after an AJAX refresh, but only under specific conditions. The problem arises when:
A coupon is applied to the cart.
The quantity of an item is then updated.
The "Update cart" button is pressed.
Post-AJAX, the coupon section completely vanishes.
However, if a product is removed from the cart, the subsequent AJAX update causes the coupon section to reappear. This unexpected behavior occurs without...