an ecommerce plugin available for WordPress aimed at stores offering virtual goods.
Questions tagged [easy-digital-downloads]
46 questions
0
votes
1 answer
Difference between Electron-based XMLHttpRequest and browser-based URL with query string?
I'm working on an Electron app and trying to integrate the Easy Digital Downloads Software Licensing WordPress plugin. I haven't done much with HTTP communication in Electron/Javascript so this may be a naive question.
The problem: I am able to get…

spring
- 18,009
- 15
- 80
- 160
0
votes
1 answer
All Access Pass: Can't Download Included Products
I'm having issues setting up the All Access Pass with Easy Digital Downloads. Whenever a user tries to download a products that is included in their All Access Pass it gives the following notice:
You must have an active subscription to XXXXX in…

Phill Healey
- 3,084
- 2
- 33
- 67
0
votes
1 answer
JQuery Show/Hide UL children and unselect other parents checkbox
I'm going to do my best to describe my problem. This community has helped me before, so I'm hoping someone will be kind enough to lend me their help once again. I don't really know much about JQuery.
We're setting up a wordpress site using Easy…

MjTheHunter
- 23
- 6
0
votes
1 answer
Easy Digital Downloads - how to get discount amount?
I tried this code to get amount of discount but the problem is what is the first prameter :
edd_get_discount_amount('off1');
The off1 is name of discount.
Is above code right according to the usage of edd_get_discount_amount function.

Mahdi98
- 135
- 1
- 2
- 8
0
votes
1 answer
Easy digital downloads - Form custom (add / remove / hide fields)
I want to create an e-commerce shop with : WP, Easy digital downloads and Frontend submissions.
To do so, I need to customize forms. As an example: I need to add & remove (or hide) fields on the fes_registration_form without breaking functions…

Pimouss
- 1
- 2
0
votes
1 answer
Show 'Free' if the price is 0.00 in Easy digital download
I want to show 'Free' if the price is 0.00. Could you guys check my code below is it correct?
if( edd_get_download_price( get_the_ID() ) == 0 ) {
?>Free

Red4x
- 51
- 1
- 4
0
votes
1 answer
wp_query for custom category pages
i'm building an e-commerce store with the easy digital downloads plugin.
I dont want to have one page with all of my products, what i want is to have for each product category a single page.
what i have so far is a template page -…

yoD
- 41
- 3
- 11
0
votes
0 answers
Easy Digital Download Pagination 404 error - Wordpress
Im facing issues with wordpress digital download website for pagination on homepage.
Below pages doesn't seem to work with pagination when I go navigate through pagination, it shows 404 page.
[www.domain.com/page/2/][1]…

Vicky Parab
- 121
- 2
- 13
0
votes
0 answers
Can I duplicate the Easy Digital Downloads plugin , give it another name and use it along with EDD as a different store?
Can I duplicate the Easy Digital Downloads plugin (WordPress), give it another name and use it along with EDD as a different store?
My client wants to add 3 services separately, she does not want to use them as separate categories but want them as 3…
0
votes
0 answers
rewrite or internal redirection cycle while internally redirecting to "/index.php"
I am using EDD with software licensing plugin. When I try to release a new version, my client get the option to update theme from Wordpress website. Whenever they try to update theme I get this error in error.log.
2016/09/14 08:22:45 [error]…

rosinghal
- 161
- 4
- 11
0
votes
1 answer
How to override easy digital download css file in child theme?
I have to change some lines in this css file:
/wp-content/plugins/easy-digital-downloads/templates/edd.min.css
table#edd_purchase_receipt td, table#edd_purchase_receipt th, table#edd_purchase_receipt_products td,…

Davoud
- 2,576
- 1
- 32
- 53
0
votes
1 answer
Rewrite rules for EDD product page
I want my url changes depending on the term of taxonomy category_download custom post types download.
Example:
I have 2 categories:
– plugins
– themes
I wish I had a url for my single…

Raha MK
- 102
- 3
- 16
0
votes
2 answers
Direct download for free products in Easy Digital Downloads
How can i allow users to directly download( no checkout page ) the files that are free in Easy Digital Downloads Plugin?
I want something like this :

Amin
- 1,637
- 1
- 22
- 40
-1
votes
1 answer
How to create a custom login form with custom forgot password form in WordPress
I have tried so many things but I am not getting a good result.
I am using Wordpress and the easy digital download plugin to sell some digital product. Now, How can I create a custom login form with custom forgat password form.
and is it possible to…

Iftikhar Alam
- 1
- 2
-2
votes
2 answers
Easy Digital Downloads redirected to a specific page when they visit the checkout page is empty
I am using Easy Digital Downloads to sell some digital products, I want if the checkout page is empty, when they try to visit the empty checkout page they will be redirected to a specific page. is it possible?
if possible how can I do this?

Iftikhar Alam
- 1
- 2