Easy to use Under Construction Page & Coming Soon Page. Enable Under Construction Mode in seconds & sh...
Allows Coming Soon or Custom Status text instead of normal pricing for downloads in Easy Digital Downloads.
Easy Digital Downloads – Coming Soon is a WordPress plugin designed for users of Easy Digital Downloads. It allows you to mark digital downloads as 'Coming Soon' or assign them a custom status, preventing them from being purchased until they are ready.
The plugin adds configuration options to the download settings, including a checkbox for the 'Coming Soon' status and a text field for custom status messages. It also modifies the display of pricing information and allows customers to vote on upcoming downloads.
Best for: This plugin is suitable for site owners using Easy Digital Downloads who want to manage upcoming digital products.
What it does well
Where it falls short
The plugin offers useful features for managing product availability, but its age and dependency on another plugin may limit its appeal.
Andrew Munro / AffiliateWP's own description of Easy Digital Downloads, lightly tidied.
This plugin requires Easy Digital Downloads. It allows downloads to be “Coming Soon” or have Custom Status text, and prevents them from being added to the cart. It does a few things:
** Filter examples **
Example filter of how you can change the default coming soon text. Copy this function to your functions.php
function edd_coming_soon_modify_default_status_text() {
return 'Not long now!';
}
add_filter( 'edd_cs_coming_soon_text', 'edd_coming_soon_modify_default_status_text' );
Example filter of how you can modify the markup of the coming soon text in the admin columns. Copy this function to your functions.php
function edd_coming_soon_modify_admin_column_text( $custom_text ) {
return '<h2>' . $custom_text . '</h2>';
}
add_filter( 'edd_coming_soon_display_admin_text', 'edd_coming_soon_modify_admin_column_text' );
Example filter of how you can modify the markup of the coming soon text on the front end. Copy this function to your functions.php
function edd_coming_soon_modify_text( $custom_text ) {
return '<h2>' . $custom_text . '</h2>';
}
add_filter( 'edd_coming_soon_display_text', 'edd_coming_soon_modify_text' );
Example filter of how you can modify the message that displays when someone tries to purchase a download that is coming soon.
This message can be tested by appending ?edd_action=add_to_cart&download_id=XXX to your URL, substituting XXX with your download ID
function edd_coming_soon_modify_prevent_download_message( $download_id ) {
return __( 'This item cannot be purchased just yet, hang tight!', 'edd-coming-soon' );
}
add_filter( 'edd_coming_soon_pre_add_to_cart', 'edd_coming_soon_modify_prevent_download_message' );
Other plugins for maintenance pages.
Easy to use Under Construction Page & Coming Soon Page. Enable Under Construction Mode in seconds & sh...
Easy Drag & Drop Page Builder. A complete solution to create a WordPress Website, Custom Themes, Landing P...
Great looking maintenance, coming soon & under construction pages. Put your site under maintenance in minu...
Include inline javascript, stylesheets, CSS code or anything you want in Header and Footer areas of your WordP...
Beautiful Coming soon, Maintenance or Landing page on your website, packed with premium features for free.
Simplified WordPress management. Manage site info, maintenance, security, & redirects.