[ad_1]
[ad_2]
I plan to create an e-commerce store using woo-commerce. The site is up and live but with no products yet, I want to add products, test and build the site etc…but I don't want people ordering before I'm ready.
How do I have it live and testable, but not accessible to people except me.

Don’t publish the “shop” page.
wooCommerce has a “Store message” notice where you can state rhat the shop is not yet open.
Best way would be to temporarily add a “under maintenance” plugin to show a landing page hiding the site while you work on it
Woocomerce has in built feature for that.
Coming soon mode allows you to control the visibility of your site or store while it’s under construction. This feature is managed through the “Site Visibility” tab in the WooCommerce settings.
The best way to do this is to create the staging site and test the products on your site; if you have enough technical knowledge, then push back from staging to the production live site.
Other ways:
– Put the store in “Maintenance Mode”: Use a plugin like “WP Maintenance Mode” to keep the site visible only to you while everyone else sees a “Coming Soon” page.
– Disable the cart/checkout temporarily: You can either hide the cart/checkout pages or disable payment methods so people can’t complete any orders.