- This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
› Forums › WordPress/WooCommerce › Why are my product prices not updating after cache clear?
I changed the price of my product in WooCommerce, saved it, and even cleared the cache but customers are still seeing the old price on the website. I want to know why the change isn’t showing and what needs to be fixed so the correct price appears everywhere.
If product prices are not updating after you change them in WooCommerce, it usually means the price is being cached or overridden somewhere outside WooCommerce itself: this can happen due to a caching plugin, server-level or CDN cache still serving old data, a pricing or currency plugin overriding the price, a theme using cached or custom price output, or (for variable products) variations not being re-saved. Clearing all cache layers (plugin, hosting, CDN), checking pricing-related plugins, re-saving product variations, and testing with a default theme usually resolves the issue and ensures customers see the updated price.