WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Andrew Munro / AffiliateWP v1.2.11.1

EDD Hide Download

Hide the default Easy Digital Downloads product page from the user, and redirect them to a custom page.

EDD Hide Download

The facts

Rating
5★ from 7
Active installs
600+
Price
Free
Last updated
9 Nov 2022
Added
Jul 2013
Requires WP
4.9
Tested up to
WP 6.1.12
Requires PHP
5.3
Downloads
24,287

Our analysis

AI-assisted

EDD Hide Download is a WordPress plugin designed to work with Easy Digital Downloads. It allows you to hide specific download products from appearing on your site and redirect users to custom landing pages or funnels instead. This can help optimise your purchase process and manage product visibility effectively.

The plugin is useful for situations where you want to keep certain products hidden from the main product listings or prevent direct access to their pages. You can also implement custom redirection based on product IDs, making it versatile for various eCommerce strategies.

Best for: This plugin suits eCommerce sites using Easy Digital Downloads that need to manage product visibility and redirection.

What it does well

  • Hides downloads from product archives and shortcodes
  • Prevents direct access to product pages
  • Allows custom redirection based on download ID
  • Free to use from the WordPress.org directory
  • Compatible with Easy Digital Downloads

Where it falls short

  • Requires Easy Digital Downloads to function
  • Limited information on advanced features

Verdict

EDD Hide Download provides essential functionality for hiding products and redirecting users, making it a practical choice for specific eCommerce needs.

From the developer

Andrew Munro / AffiliateWP's own description of EDD Hide Download, lightly tidied.

This plugin requires Easy Digital Downloads.

If you’ve created a custom landing page or purchase funnel, hide the default product page of an Easy Digital Downloads product from users, and redirect them to your funnel. This allows you to optimize your purchase funnel and increase revenue.

EDD Hide Download allows you to:
1. 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
1. Prevent direct access to the download product page. The browser will redirect the user to the site’s homepage.
1. Do a combination of hiding the download and preventing direct access to it

This plugin is extremely useful in the following situations:

  1. You’ve created a product landing page and inserted a buy now button to your product. Since the landing page contains all the required product information, you can hide the product on the rest of your site and even prevent direct access to it.
  2. You’ve added a product (eg support package) that shouldn’t sit with your other products you have listed. In this case we can simply hide it from appearing with the other products and insert it where we’d like it to appear using the shortcode.

Filter example

Example filter of how you can change the redirect based on the download ID. Copy this function to your child theme’s functions.php or custom plugin

function sumobi_custom_edd_hide_download_redirect( $url ) {
    // download has ID of 17
    if ( '17' == get_the_ID() ) {
        $url = 'http://easydigitaldownloads.com'; // redirect user to another external URL
    }

    // download has ID of 15
    if( '15' == get_the_ID() ) {
        $url = get_permalink( '8' ); // redirect to another download which has an ID of 8
    }

    // return our new URL
    return $url;
}
add_filter( 'edd_hide_download_redirect', 'sumobi_custom_edd_hide_download_redirect' );

Example filter of how you can globally change the redirect. Copy this function to your child theme’s functions.php or custom plugin

function sumobi_custom_edd_hide_download_redirect_url( $url ) {
    $url = get_permalink( '8' ); // redirect to another download, post or page

    return $url;
}
add_filter( 'edd_hide_download_redirect', 'sumobi_custom_edd_hide_download_redirect' );

Get more with Easy Digital Downloads Pro

https://easydigitaldownloads.com/pricing/

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for selling digital goods.

Popup Maker

Want to boost sales & marketing efforts? Use your favorite forms & builder. Unlimited popups & imp...

Free 700k+ installs 4.9★ (4,504)
Advanced Google reCAPTCHA

Captcha protection against spam comments & brute force login attacks using Google reCAPTCHA.

Free 200k+ installs 4.8★ (430)
SureCart

Make ecommerce easy with a simple-to-use, all-in-one platform that anyone can set up in just a few minutes!

Free 80k+ installs 4.8★ (281)
Easy Digital Downloads

The #1 eCommerce plugin to sell digital products & subscriptions. Accept payments with Stripe & PayPal...

Free 40k+ installs 4.7★ (590)
Menu Cart for WooCommerce

Automatically displays a shopping cart in your menu bar. Works with WooCommerce and Easy Digital Downloads (ED...

Free 80k+ installs 4.6★ (99)
GTM Kit

GTM Kit

86

Google Tag Manager and GA4 integration. Including WooCommerce data for Google Analytics 4 and support for serv...

Free 30k+ installs 4.8★ (20)