Questions tagged [easy-digital-downloads]

an ecommerce plugin available for WordPress aimed at stores offering virtual goods.

46 questions
4
votes
4 answers

Trying to increase the session time of cart items (EDD & Wordpress)

I'm using WordPress and the Easy Digital Downloads plugin but the items in the cart are expiring after 30 minutes of inactivity, I want to increase this to something like 48 hours because 30 minutes is way too short for items in the cart to be…
3
votes
0 answers

How to create a download file for a virtual downloadable product by clicking the download button of the purchased product?

Suppose the number of products on a site, for example, more than 2 virtual products can be downloaded, and the buyer can download the file (same product) after purchasing each product. Now, I want to place a product for download, so that when I…
Salvadora
  • 197
  • 7
3
votes
1 answer

Using Jquery to make text readonly but still clickable

Example Code: jQuery(document).ready(function($) { //Make upload link readonly if( $( '#uploads_link' ).length > 0 ) { $( '#uploads_link' ).attr( 'readonly', 'readonly' ); } }); I am trying to figure out how to keep the uploads_link…
2
votes
0 answers

How can I customize the download button for virtual/downloadable products in EDD and Woocommerce?

In EDD and Woocommerce plugins, after purchasing virtual and downloadable products, the purchased products can be downloaded using the download button. Is it possible to control or manage the commands of this button? For example, if this button,…
2
votes
1 answer

How to run a Wordpress wp_query without filters?

I have a custom Wordpress plugin which searches for all posts of custom type Downloads and I need to query to find them all: $args = array( 'post_type' => 'download', 'post_status' => 'publish', 'posts_per_page' => 10, …
Johnny John Boy
  • 3,009
  • 5
  • 26
  • 50
2
votes
0 answers

Easy Digital Downloads – Frontend Submission Plugin Customisation ACF Fields and Hooks

Is there a way to integrate ACF fields into an Easy Digital Downloads Front End Submissions plugin? I need to add fields to the add/edit new product submission forms. I’m looking to add custom fields not already present in the submission form editor…
2
votes
0 answers

Would like to display random reviews if product has no reviews

I'm using easydigitaldownloads to sell digital products. I combine it with WP Customer Reviews to show product reviews. I need to use an IF statement to display the reviews. So I used print_r($post) to see how many reviews the download has but I…
idomskt
  • 47
  • 1
  • 6
1
vote
1 answer

Easy Digital Downloads (Recurring Payments) if User Has Active Subscription show Something

I need to show something only to users with active subscriptions, im using the edd recurring payments plugin, I found this is their docs $subscriber->has_active_subscription() But im not sure how to make use of it to show something only to users…
El B.
  • 35
  • 1
  • 4
1
vote
1 answer

Custom Fields added on Easy Digital Downloads - Frontend Submission form is not saving/updating

I've integrated custom fields using Advanced Custom Fields plugin on a submission form created using Easy Digital Downloads - Frontend Submissions add-on. Custom fields display properly on the frontend but don't save/update the value when…
1
vote
2 answers

Check if current Download is in a specific category

So I'm working with the sinlge-download.php page and I'm trying to check if the specific product is in a specific category. Here is what I tried but I only get the ELSE result even if the download is a book. if( in_category( 'Books' ) ) { echo…
idomskt
  • 47
  • 1
  • 6
1
vote
0 answers

How to check wordpress user auth in Laravel?

I have a Wordpress site with 10000 users. I use EDD for shopping system. now I want to make a ticketing system with Laravel. example.com ---> My Shop (WP v5.x & EDD) support.example.com ---> Support System (Laravel v6.5.x) I have already…
1
vote
0 answers

How can I prevent EDD from selling the bundles and only sell product as physical

I'm writing a plugin to customize the way Easy Digital Downloads behaves in the process of selling products. I want to let the customer buy a bundle included product as a physical product (using EDD-Simple-Shipping) and not the bundles. So I'm using…
Alirexa
  • 11
  • 5
1
vote
1 answer

How to create edd disocunt-code with programming?

I am working in wordpress edd plugin, in which i have requirement of create edd coupon code dynamically with specific amount, start date, end date and assign user to that code. I have not found any filter/action hook that will accomplish this task.…
Abhee
  • 425
  • 1
  • 5
  • 17
1
vote
1 answer

Play audio & video files in user account using Easy Digital Downloads WordPress plugin

I use Easy Digital Downloads plugin to sell downloadable files. Now I want to play audio and video files (that user buy it) in user account, I can print downloads history with this shortcode: [download_history] but this just show download history…
omid hv
  • 61
  • 5
1
vote
1 answer

Recurring payment gives an error

I created a test business account on sandbox environment and used a wordpress plugin "Easy Digital Downloads" to deploy recurring payments or subscriptions, but when I click on purchase button, I get this error: This feature is only available to…
PyQL
  • 1,830
  • 3
  • 18
  • 22
1
2 3 4