EDD List File Names

This plugin requires Easy Digital Downloads.

Using the included [edd_file_names] shortcode you'll be able to list a download's file names (not file paths). This is useful for showing customers what is included when they purchase your product. The shortcode also takes 2 parameters, title and ID. Using the ID you're able to show a download's file names from another post/page/download.

Shortcode usage

Basic listing of the current download in an ordered list

[edd_file_names]

Custom title above the list

[edd_file_names title="Files Included"]

Show the download's files by using it's ID. Useful when you are also using the [purchase_link] shortcode on another page/post

[edd_file_names id="123" title="Another download's files"]

Modifying the HTML markup

This example shows how you can modify the HTML markup. Heading has been replaced with an <h1> tag, and the list is now an unordered list. Copy and paste the following function into your child theme's functions.php or a custom plugin:

function sumobi_edd_list_file_names( $html, $title, $download_files ) { 
    ob_start();
    if ( $download_files && is_array( $download_files ) ) : ?>

        <?php if ( $title ) : ?>
        <h1><?php echo $title; ?></h1>
        <?php endif; ?>

        <ul class="edd-file-names">
        <?php foreach ( $download_files as $file ) : ?>
            <li><?php echo $file['name']; ?></li>
        <?php endforeach; ?>
        </ul>

    <?php endif;

    $html = ob_get_clean();
    return $html;
}
add_filter( 'edd_list_file_names', 'sumobi_edd_list_file_names', 10, 3 );

Extensions for Easy Digital Downloads

https://easydigitaldownloads.com/extensions/

Tips for Easy Digital Downloads

http://sumobi.com/blog

Stay up to date

Follow me on Twitter http://twitter.com/sumobi_

Become a fan on Facebook http://www.facebook.com/sumobicom

EDD Downloads As Services

This plugin requires Easy Digital Downloads v1.9 or greater. Many customers use Easy Digital Downloads to sell "services" rather than "downloads". We get many requests to remove the "no downloadable files" on the purchase confirmation page, because their services do not have/need files attached. Th.........

Similar: 78%

EDD Hide Download

This plugin requires Easy Digital Downloads. It allows you to: Hide a download so it doesn't appear on the custom post type archive page, anywhere where the [downloads] shortcode is being used, or any custom query on a page template Prevent direct access to the download. The browser will redirect.........

Similar: 70%

EDD Free Download Text

This plugin requires Easy Digital Downloads. It adds a new option under Downloads → Settings → Misc where you can change the text that is shown for free downloads. The default is "Free - Purchase" which is not always ideal. Want more free EDD plugins? To fund ongoing development of more.........

Similar: 67%

EDD Purchase Gravatars

This plugin requires Easy Digital Downloads. It outputs gravatars of all the customers who have purchased your product. It works by using the customer's email that they used to purchase your product, and checking it against Gravatar.com. Only unique email addresses are used, so if a customer purcha.........

Similar: 67%

EDD Prevent Checkout

This plugin requires Easy Digital Downloads. This plugin does one simple thing. It will prevent a customer from being able to checkout until the minimum cart total is reached. More add-ons for Easy Digital Downloads You can find more add-ons (both free and commercial) from Easy Digital Downloads'.........

Similar: 60%

EDD Disable Purchase Receipt

This plugin requires Easy Digital Downloads. Sometimes it may be necessary to disable the standard purchase receipt that is sent to the customer. Install and activate this plugin and the purchase receipts will be disabled completely. Looking for the perfect Easy Digital Downloads theme? http://wo.........

Similar: 59%

EDD Auto Register

This plugin now requires Easy Digital Downloads v2.3 or greater. View the live demo Once activated, EDD Auto Register will create a WordPress user account for your customer at checkout, without the need for the customer to enter any additional information. This eliminates the need for the default .........

Similar: 55%

EDD Favorites

This plugin requires both EDD Wish Lists & Easy Digital Downloads. It will NOT function without them. View Live Demo | View Documentation EDD Favorites is a plugin for EDD Wish Lists that allows your customers to "favorite" downloads. With 1 click (and another click to remove) the download is .........

Similar: 50%

GoUrl Easy Digital Downloads (EDD) - Bitcoin Altcoin Payment Gateway

See Screenshots WordPress Plugin for Easy Digital Downloads Features - 100% Free Open Source Plugin on Github.com Provides a Cryptocurrency Payment Gateway for Easy Digital Downloads 2.4.2 or higher Accept Bitcoin, Litecoin, Paycoin, Dogecoin, Dash, Speedcoin, Reddcoin, Potcoin, Feathercoin, Vert.........

Similar: 17%

GoUrl Bitcoin Payment Gateway & Paid Downloads & Membership

GoUrl Official Bitcoin/Altcoin Payment Gateway for WordPress. See Screenshots - https://gourl.io/bitcoin-wordpress-plugin.html#screenshot...

Similar: 7%