Skip to main content

Why Is My Cart Count Not Updating?

Updated over a month ago

FlyingPress serves cached pages for faster performance. Most WooCommerce themes handle cart count updates via AJAX (JavaScript), so the count stays accurate even with caching.

However, if your cart count isn’t updating:

Possible Cause:

Your theme may not support AJAX cart updates.

Solution:

  1. Go to FlyingPress → Caching → Bypass Cache for Cookies.

  2. Add this cookie: woocommerce_items_in_cart.

This tells FlyingPress to stop caching pages for users with items in their cart.

⚠️ Note: Bypassing cache for cart users may reduce your overall cache hit ratio.

For best performance, we recommend asking your theme developer to support AJAX-based cart updates.

Did this answer your question?