{"id":208413,"date":"2024-10-09T13:20:47","date_gmt":"2024-10-09T13:20:47","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/custom-coming-soon-page-for-classic-themes\/"},"modified":"2025-01-22T14:47:15","modified_gmt":"2025-01-22T14:47:15","slug":"wpwc-classic-coming-soon","status":"publish","type":"plugin","link":"https:\/\/de-ch.wordpress.org\/plugins\/wpwc-classic-coming-soon\/","author":15169816,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.2","stable_tag":"1.0.2","tested":"6.7.5","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"WPWC classic Coming Soon","header_author":"WPWC","header_description":"Adds a custom WooCommerce Coming Soon page for classic themes.","assets_banners_color":"fca235","last_updated":"2025-01-22 14:47:15","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wpwc.ru","header_author_uri":"https:\/\/profiles.wordpress.org\/makspostal\/","rating":5,"author_block_rating":0,"active_installs":70,"downloads":1093,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":{"1.0.2":{"tag":"1.0.2","author":"makspostal","date":"2025-01-22 14:47:15"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3165805,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3165805,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3165805,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3165805,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3165805,"resolution":"1","location":"assets","locale":"","width":1070,"height":660},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3165805,"resolution":"2","location":"assets","locale":"","width":1080,"height":830},"screenshot-3.png":{"filename":"screenshot-3.png","revision":3165805,"resolution":"3","location":"assets","locale":"","width":1250,"height":920}},"screenshots":{"1":"WooCommerce Coming Soon page.","2":"Frontend page for Coming soon mode only.","3":"Frontend page for Coming soon and Apply to store pages only mode."}},"plugin_section":[],"plugin_tags":[802,286],"plugin_category":[45],"plugin_contributors":[177859],"plugin_business_model":[],"class_list":["post-208413","plugin","type-plugin","status-publish","hentry","plugin_tags-coming-soon","plugin_tags-woocommerce","plugin_category-ecommerce","plugin_contributors-makspostal","plugin_committers-makspostal"],"banners":{"banner":"https:\/\/ps.w.org\/wpwc-classic-coming-soon\/assets\/banner-772x250.png?rev=3165805","banner_2x":"https:\/\/ps.w.org\/wpwc-classic-coming-soon\/assets\/banner-1544x500.png?rev=3165805","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/wpwc-classic-coming-soon\/assets\/icon-128x128.png?rev=3165805","icon_2x":"https:\/\/ps.w.org\/wpwc-classic-coming-soon\/assets\/icon-256x256.png?rev=3165805","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/wpwc-classic-coming-soon\/assets\/screenshot-1.png?rev=3165805","caption":"WooCommerce Coming Soon page."},{"src":"https:\/\/ps.w.org\/wpwc-classic-coming-soon\/assets\/screenshot-2.png?rev=3165805","caption":"Frontend page for Coming soon mode only."},{"src":"https:\/\/ps.w.org\/wpwc-classic-coming-soon\/assets\/screenshot-3.png?rev=3165805","caption":"Frontend page for Coming soon and Apply to store pages only mode."}],"raw_content":"<!--section=description-->\n<p>The plugin adds a custom WooCommerce Coming Soon page for classic themes.\nThe plugin uses the new <a href=\"https:\/\/woocommerce.com\/document\/configuring-woocommerce-settings\/coming-soon-mode\/\">WooCommerce Coming Soon mode introduced in WooCommerce 9.1<\/a>.<\/p>\n\n<p>You can create 2 types of templates in your theme's folder:\n* <code>store-coming-soon.php<\/code> - for <strong>Coming soon<\/strong> mode only\n* <code>site-coming-soon.php<\/code> - for <strong>Coming soon<\/strong> and <strong>Apply to store pages only<\/strong> mode<\/p>\n\n<p>Or copy the ready-made template(s) from the subfolder <code>templates<\/code> of this plugin and place it into yours site theme folder.<\/p>\n\n<p><strong>IMPORTANT<\/strong>: for WooCommerce version 9.5.1 and higher you have to use filter <code>wpwc_classic_coming_soon_store_only_content_id<\/code> for <code>Coming soon -&gt; Apply to store pages only<\/code> mode.<\/p>\n\n<p>For example, add this PHP code snippet in <code>functions.php<\/code> of your theme:<\/p>\n\n<pre><code> add_filter( 'wpwc_classic_coming_soon_store_only_content_id', function () {\n    return 72663;\n } );\n<\/code><\/pre>\n\n<p>where <code>72663<\/code> is page ID which content will be used for <code>Coming soon -&gt; Apply to store pages only<\/code> mode.<\/p>\n\n<h4>Requirements<\/h4>\n\n<p>For the plugin <strong>WPWC classic Coming Soon<\/strong> to work, you must have installed and activated plugin <strong>WooCommerce<\/strong> of version 9.1 and higher.<\/p>\n\n<!--section=installation-->\n<h4>Using The WordPress Dashboard (Recommended)<\/h4>\n\n<ol>\n<li>Go to <code>Plugins<\/code> \u2192 <code>Add New<\/code>.<\/li>\n<li>In a search field type <strong>WPWC classic Coming Soon<\/strong> and hit enter.<\/li>\n<li>Click <code>Install Now<\/code> next to <strong>WPWC classic Coming Soon<\/strong> by WPWC.<\/li>\n<li>Click <code>Activate the plugin<\/code> when the installation is complete.<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Go to <code>Plugins<\/code> \u2192 <code>Add New<\/code>.<\/li>\n<li>Click on the <code>Upload Plugin<\/code> button next to the <strong>Add Plugins<\/strong> page title.<\/li>\n<li>Click on the <code>Choose File<\/code> button.<\/li>\n<li>Locate <strong>wpwc-classic-coming-soon.zip<\/strong> on your computer.<\/li>\n<li>Click the <code>Install Now<\/code> button.<\/li>\n<li>Click <code>Activate the plugin<\/code> when the installation is complete.<\/li>\n<\/ol>\n\n<h4>Using FTP (Not Recommended)<\/h4>\n\n<ol>\n<li>Download <strong>wpwc-classic-coming-soon.zip<\/strong>.<\/li>\n<li>Extract the <strong>wpwc-classic-coming-soon<\/strong> folder to your computer.<\/li>\n<li>Upload the <strong>wpwc-classic-coming-soon<\/strong> folder to <strong>\/wp-content\/plugins\/<\/strong> directory of your website.<\/li>\n<li>Go to <code>Plugins<\/code> \u2192 <code>Installed Plugins<\/code>.<\/li>\n<li>Click <code>Activate<\/code> under <strong>WPWC classic Coming Soon<\/strong> plugin title.<\/li>\n<\/ol>","raw_excerpt":"The plugin adds a custom WooCommerce Coming Soon page for classic themes.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/de-ch.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/208413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/de-ch.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/de-ch.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/de-ch.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=208413"}],"author":[{"embeddable":true,"href":"https:\/\/de-ch.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/makspostal"}],"wp:attachment":[{"href":"https:\/\/de-ch.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=208413"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/de-ch.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=208413"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/de-ch.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=208413"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/de-ch.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=208413"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/de-ch.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=208413"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/de-ch.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=208413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}