Description
The plugin adds a custom WooCommerce Coming Soon page for classic themes.
The plugin uses the new WooCommerce Coming Soon mode introduced in WooCommerce 9.1.
You can create 2 types of templates in your theme’s folder:
* store-coming-soon.php
– for Coming soon mode only
* site-coming-soon.php
– for Coming soon and Apply to store pages only mode
Or copy the ready-made template(s) from the subfolder templates
of this plugin and place it into yours site theme folder.
IMPORTANT: for WooCommerce version 9.5.1 and higher you have to use filter wpwc_classic_coming_soon_store_only_content_id
for Coming soon -> Apply to store pages only
mode.
For example, add this PHP code snippet in functions.php
of your theme:
add_filter( 'wpwc_classic_coming_soon_store_only_content_id', function () {
return 72663;
} );
where 72663
is page ID which content will be used for Coming soon -> Apply to store pages only
mode.
Requirements
For the plugin WPWC classic Coming Soon to work, you must have installed and activated plugin WooCommerce of version 9.1 and higher.
Screenshots
Installation
Using The WordPress Dashboard (Recommended)
- Go to
Plugins
Add New
. - In a search field type WPWC classic Coming Soon and hit enter.
- Click
Install Now
next to WPWC classic Coming Soon by WPWC. - Click
Activate the plugin
when the installation is complete.
Uploading in WordPress Dashboard
- Go to
Plugins
Add New
. - Click on the
Upload Plugin
button next to the Add Plugins page title. - Click on the
Choose File
button. - Locate wpwc-classic-coming-soon.zip on your computer.
- Click the
Install Now
button. - Click
Activate the plugin
when the installation is complete.
Using FTP (Not Recommended)
- Download wpwc-classic-coming-soon.zip.
- Extract the wpwc-classic-coming-soon folder to your computer.
- Upload the wpwc-classic-coming-soon folder to /wp-content/plugins/ directory of your website.
- Go to
Plugins
Installed Plugins
. - Click
Activate
under WPWC classic Coming Soon plugin title.
Reviews
Contributors & Developers
“WPWC classic Coming Soon” is open source software. The following people have contributed to this plugin.
Contributors“WPWC classic Coming Soon” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “WPWC classic Coming Soon” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.