Popup Maker
94Want to boost sales & marketing efforts? Use your favorite forms & builder. Unlimited popups & imp...
Hide the default Easy Digital Downloads product page from the user, and redirect them to a custom page.
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
Where it falls short
EDD Hide Download provides essential functionality for hiding products and redirecting users, making it a practical choice for specific eCommerce needs.
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:
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
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...