Why Your WordPress Site Shows “Great things are on the horizon! Something big is brewing! Our store…” and How to Fix It

jiuyi
Administrator
287
Posts
0
Fans
WordPress Errors & FixesComments242Characters 447Views1min29sRead

Problem: Visitors to your live WooCommerce site see a message stating, "Great things are on the horizon! Something big is brewing! Our store is in the works and will be launching soon!" and cannot view any products. However, you can see everything normally when logged into the WordPress admin dashboard.

This discrepancy indicates a specific configuration issue, not a general site error. If you have not installed a dedicated maintenance mode plugin, the cause is almost certainly within WooCommerce's own settings.

Root Cause: The WooCommerce Store Visibility Setting

Since version 9.1, WooCommerce includes a built-in "Store Visibility" feature. Its purpose is to allow store owners to work on their site while displaying a "Coming Soon" notice to the public. If this setting is accidentally enabled, it creates the exact problem described.

Linear Troubleshooting and Resolution Path

Follow this single-path diagnostic to resolve the issue.

Step 1: Confirm the Symptom

Open your site in a new incognito browser window or on a device where you are not logged into WordPress. Navigate to your shop and product pages.

  • If you see the "Coming Soon" message and no products, proceed to Step 2.

  • If products are visible, the issue is resolved or was caused by a transient cache.

Step 2: Access the Correct Settings Page

  1. Log into your WordPress admin dashboard.

  2. In the left-hand menu, hover over WooCommerce and click on Settings.

  3. Within the Settings panel, click on the tab labeled "Store Visibility".

Step 3: Apply the Fix

On the "Store Visibility" settings page, you will find a toggle with two options:

  • Coming Soon: Hides product pages from public visitors and shows a launch notice.

  • Live: Your store is visible to all visitors.

The Solution: Select the "Live" option.

Step 4: Save and Clear Cache

  1. Click the "Save changes" button at the bottom of the page.

  2. Crucially, clear all caching layers. This includes:

    • Your WordPress caching plugin (e.g., W3 Total Cache, WP Super Cache, WP Rocket).

    • Your hosting provider's server-level cache.

    • Your Content Delivery Network (CDN) cache, such as Cloudflare.

Step 5: Final Verification

Return to your incognito browser window and hard refresh the page (Ctrl + F5 or Cmd + Shift + R). The "Coming Soon" message should now be gone, and all products should be publicly accessible.

Conclusion

The "Coming Soon" message on a live WooCommerce store is a direct result of the native Store Visibility setting being active. By navigating to WooCommerce > Settings > Store Visibility and changing the option to "Live," you immediately restore public access to your product catalog. Always remember to follow this change by clearing your site's cache to ensure the fix is visible to all visitors immediately.

Why Your WordPress Site Shows “Great things are on the horizon! Something big is brewing! Our store…” and How to Fix It

For further in-depth technical guides on WordPress and WooCommerce management, visit WP Troubleshoot.

 
jiuyi
  • by Published onJanuary 18, 2026
  • Please be sure to keep the original link when reposting.:https://www.wptroubleshoot.com/fix-woocommerce-coming-soon-mode-products-not-visible/

Comment