Popup Maker
94Want to boost sales & marketing efforts? Use your favorite forms & builder. Unlimited popups & imp...
Easily add extra download images and display them.
EDD Download Images is a WordPress plugin designed to enhance digital downloads by allowing you to add extra images to your products. It works with Easy Digital Downloads version 2.5 or higher, using shortcodes or template tags to display the images on your website. Developers can also access an array of images for custom display options, such as slideshows.
This plugin is suitable for users of Easy Digital Downloads who want to provide additional visual content for their digital products. It can be particularly useful for developers looking to customise the presentation of download images on their sites.
Best for: This plugin suits users of Easy Digital Downloads who want to enhance their product listings with additional images.
What it does well
Where it falls short
EDD Download Images provides a straightforward way to add extra images to digital downloads, but its age and limited support may be a concern for some users.
Andrew Munro / AffiliateWP's own description of EDD Download Images, lightly tidied.
This plugin requires Easy Digital Downloads v2.5 or higher. This plugin allows you to add extra images to your downloads. Use the included shortcode or template tag to display the images on your website. Developers can also use this plugin to get an array of the images and display the images any way they wish (eg slideshow).
[edd_download_images]
if( function_exists( 'edd_di_display_images') ) {
edd_di_display_images();
}
To alter the HTML, the following filter is provided (example shows an extra <div> being added around image). Paste this into your functions.php and modify $html to your liking:
function themename_edd_di_display_images( $html, $download_image ) {
// here a div tag is wrapped around each image
$html = '<div><img class="edd-di-image" src="' . $download_image['image'] . '" /></div>';
return $html;
}
add_filter( 'edd_di_display_images', 'themename_edd_di_display_images', 10, 2 );
To get the array of images from the Database you can use the following. This will be useful if you’d like to build a slideshow to show all the download’s images:
$images = ( function_exists('edd_di_get_images') ) ? edd_di_get_images() : '';
// see the images in the array
var_dump( $images );
Plugins for Easy Digital Downloads
Other plugins for selling digital goods.
Want to boost sales & marketing efforts? Use your favorite forms & builder. Unlimited popups & imp...
Captcha protection against spam comments & brute force login attacks using Google reCAPTCHA.
Make ecommerce easy with a simple-to-use, all-in-one platform that anyone can set up in just a few minutes!
The #1 eCommerce plugin to sell digital products & subscriptions. Accept payments with Stripe & PayPal...
Automatically displays a shopping cart in your menu bar. Works with WooCommerce and Easy Digital Downloads (ED...
Google Tag Manager and GA4 integration. Including WooCommerce data for Google Analytics 4 and support for serv...