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
Log into your WordPress admin dashboard.
In the left-hand menu, hover over WooCommerce and click on Settings.
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
Click the "Save changes" button at the bottom of the page.
Crucially, clear all caching layers. This includes:
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.
For further in-depth technical guides on WordPress and WooCommerce management, visit WP Troubleshoot.

