Is it possible to enable the Coming Soon option for certain products?
Before using your plugin, we were using a category approach for Coming Soon products by adding the under production products to the Coming Soon category. Now after using your plugin, we can remove the Coming Soon category. Enabling the Coming Soon option manually will take forever. Is it possible to enable the Coming Soon option for all those products listed under the Coming Soon category?
]]>I have added following code to the functions.php file:
function edd_coming_soon_modify_text( $custom_text ) {
return '<div class="custom-sold-out-txt">' . $custom_text . '</div>';
}
add_filter( 'edd_coming_soon_display_text', 'edd_coming_soon_modify_text' );
But rendered output still contains the default code, like:
<div class="custom-sold-out-txt">
<p><strong>Sold Out</strong></p>
</div>
How can I remove the following tags?
<p><strong></strong></p>
I’m not sure if this is the place for a feature request but:
Voting for something that is on its way is kind of counter intuitive. You ask people to vote before you create it. Are there enough votes? You create the product. Once the product is coming soon and it is displayed on the website it seems to make more sense in having them sign up their email so they get an email when the download goes “live”
In any case. That is how I would prefer to use this extension.
]]>Is there an option such as a shortcode that will display only coming soon downloads? Similar to the [download] shortcode.
]]>As the title says, it doesn’t appear that the meta box is populating on the Edit Downloads screen anywhere. Perhaps this needs to be updated for the latest (BIG) releases of EDD?
Also, I have some Custom ACF fields on the Downloads page. Also using the “EDD Featured” Add-on as well.
Would love some guidance on getting it up and running since it would be VERY valuable for us.
]]>Hi Andrew,
Trying to create a Coming Soon product and the text gets placed into the body of the post correctly (to be styled using the filter you’ve provided – thanks!) but the pricing section is dropped – not replaced – in the Download Details widget in our sidebar:
Typical layout:
https://www.dropbox.com/s/hujw9lzio44aood/Screenshot%202014-08-15%2012.37.07.png
Coming Soon layout:
https://www.dropbox.com/s/nbhvvu9setudja7/Screenshot%202014-08-15%2012.33.58.png
Also, the way I have in mind to style the Coming Soon text in the post body is going to be different than how it should be styled in the Details widget (think big and fancy in the body, and a small placeholder in the widget). Is there any way to break out the styling of these two areas separately using filters?
So, in a nutshell:
1) Ain’t workin’ in the Details widget (no placeholder)
2) Possible to style body placeholder differently than widget placeholder?
Thx!
~Andy
PS — Implementing a toggle next to the current toggle in the backend ( “[ ] Display in Post Body?” or similar, making various display locations optional / configurable) might be a good idea, though currently I’m sure it’s easy to use the filter to remove it from the post.
]]>I installed this plugin along with EDD (v 1.6.1) and it generally works, except on the front end.
From admin, I see “Coming Soon” in the price column, but on the demo post I setup with the [downloads] shortcode, I get just a blank space – and other prices appear correctly.
Also: Are there any restrictions on this? Like – only a product with no price and no download can be “Coming soon” or does it work with any product where the option is turned on?
]]>