an ecommerce plugin available for WordPress aimed at stores offering virtual goods.
Questions tagged [easy-digital-downloads]
46 questions
1
vote
0 answers
payment-mode=manual - why are we seeing this?
We are evaluating EDD on two different development servers, and we have a problem that occurs on one but not the other. The two environments are as identical as we can make them - the only difference we know of is that one server is being used both…

ArtSwanson
- 51
- 3
1
vote
1 answer
Conditional text for certain categories within taxonomy.php
I am building a Wordpress site using 'Easy Digital Downloads'.
The downloads have their own 'categories'. To display an archive of those categories (different from the standard archive.php) I am using a template called taxonomy-download_category.php…

Scott Eldo
- 473
- 11
- 28
1
vote
4 answers
Avoid Direct Download Link of files
I am using Wordpress and Easy Digital Download plugin to sell digital files.
I have the following how-to questions:
How to avoid a user to see or to use direct download link?
How to create a download link that has an expiration like session?
How to…

URaff Joseph
- 25
- 2
- 6
0
votes
0 answers
Easy digital download EDD & Elementor Dynamic Tags
Q:
How to show/hide Elementor widget or assign Template for user who purchased EDD All Access Product in Easy digital download plugin
Check below Image showing issue:
Normal user/ do not Purchased All Access
All Access subscriber
in another…

Hanna983
- 1
0
votes
0 answers
How to remove item from cart via ajax edd
I want to remove item from cart via ajax and I'm using Easy Digital Downloads plugin so is there any clue for that.
I already found below code but don't know how to use it as I made customizations to my custom theme by overriding templates.
function…

raju_odi
- 1,433
- 13
- 29
0
votes
1 answer
Fatal error: Uncaught Error: Call to undefined method Mollie\Api\Endpoints\SubscriptionEndpoint::update() in Wordpress plugin for WebhookUrl update
I'm trying to update the webhookUrl in mollie for a subscription. The old webhookUrl is outdated and the programmer who made it is no longer with us.
This is the link of mollie that I'm trying to use. After checking the new version on github I saw…

Marc de Boer
- 11
- 4
0
votes
1 answer
How to hide a tag from a download page of Easy Digital Downloads
I created a function to redirect all the products with the tag 'ABC' to a different page (for logged-out users only).
is_singular('download') && has_term(array('ABC'), 'download_tag')
The problem is that logged-in users can still access the page and…

idomskt
- 47
- 1
- 6
0
votes
0 answers
Add pages automatically when other plugins are activated?
Lots of guides for creating pages automatically when a plugin is activated, but it only works when my own plugin is activated. Is it possible to create pages automatically when other plugins are activated?. E.g, I want to create page automatically…

Linilini
- 1
- 2
0
votes
1 answer
Why does update_post_meta change the value of my meta key?
When I use the update_post_meta() function to change a value of a key:
when it's a normal string it works
but when the string is the same as a JSON file it appends some extra string.
For example, when I save this…

stackprogramer
- 111
- 6
0
votes
1 answer
Exclude specific category id's from being output
I have the following code on my site that outputs a list of categories for the 'download' post type. I am looking to exclude certain categories from appearing in the output, how do I do this?

Teege
- 101
- 6
0
votes
2 answers
Switch fields order in Easy Digital Downloads checkout
I'd like to switch the order of the 'Billing City' and the 'Billing ZIP' field in the code below through a snippet in my functions.php file. I've been on it for hours, but I can't get it right. This is the code in the…

Stefaan
- 184
- 4
- 6
- 16
0
votes
1 answer
Using discount code with recurring payments
What happens if a discount amount is greater than one payment of a recurring payment product? For example, if a discount code of $25 is applied to a product costing $10 per month? Is the discount spread over the 3 first payments ($0, $0, $5, then…

JnLlnd
- 165
- 1
- 14
0
votes
2 answers
How to clear easy digital download (edd) cart before adding to cart? (allow only one item per cart)
How to clear easy digital download (edd) cart before adding to cart?
allow only one item per cart

Afshin Zlfgh
- 21
- 1
0
votes
1 answer
Upload file using FTP and register under EDD folder
Is there any way to upload files using ftp and register under EDD folder?
I tried to upload .zip file directly into the edd folder but after upload this file not showing into the media library.
0
votes
1 answer
Easy Digital Downloads - Fire PHP when transaction was successful goes wrong
I’m using Easy Digital Downloads for my Wordpress webshop. After someone buys a item it needs to add credits to the MySQL database. I got this working by adding PHP code to shortcode-receipt.php.
This is working correct but when I reload the…

Jack
- 119
- 1
- 3
- 9