
In a recent Business Bloomer Club discussion, a WooCommerce developer raised an issue where a client’s expired sale prices were still visible to logged-out users on single product pages.
This unusual behavior didn’t affect cart prices but created confusion on the product page.
Although server-side caching appears to be the main culprit, many WooCommerce users are unfamiliar with managing caching strategies for dynamic content like sales pricing.
WooCommerce product pages often display time-sensitive information, such as sale prices, which updates dynamically. Most cache plugins designed for WooCommerce will bypass product pages to avoid issues. However, server-side caching may not automatically account for this dynamic content, leading to expired sale prices being “stuck” in the cache and visible to users until the cache is purged.
Continue reading Troubleshooting WooCommerce Sale Price Caching Issue on Single Product Pages