Daniel
Forum Replies Created
-
Hello @patricaco!
Unfortunately we don’t support custom download links. Many affiliate manages provide integration with EDD. See https://docs.easydigitaldownloads.com/article/1224-how-do-i-setup-an-affiliate-program-with-edd for a list that works with EDD.
@type-historian, @henrybaum is correct! You can do that with the [downloads] shortcode. See the link above for the available parameters including specifying a category.
Hey @henrybaum, sorry, I misspoke.
What I said applies to previous customers, but if anyone making a purchase has a WP account, they have to be logged in or use another email address.
Hello @24ron, unfortunately the only parameter for edd_register is redirect, https://docs.easydigitaldownloads.com/article/1192-eddregister-shortcode
It would require custom development to add additional parameters.
Hello @henrybaum, do you have Require Login enabled (Downloads > Settings > Misc > Checkout)?
If you don’t, registered users should be able to checkout with out logging in.
Hello @henrybaum, do you have Require Login enabled (Downloads > Settings > Misc > Checkout)?
If you don’t, registered users should be able to checkout with out logging in.
The problem with handling this manually is that we currently us existing WordPress tables, so a lot of the data is mixed in with WordPress data.
We would recommend going to Downloads > Tools and use the “Reset Store” option in the Recount tool section (re-install EDD if it’s already removed). That will delete all purchase data. Then you will likely be able to get the uninstall to work to remove the remaining data. Please let me know if that works.
@soprano, sorry for overlooking that!
Your best option is to work with your host to address the timeout. Doing it manually would likely take quite of bit of effort and time.
@henrybaum, if it’s still not working please provide a screenshot of your Payment Gateway settings (Downloads > Settings > Payment Gateways) so we can better understand why the gateway is not working.
Hello @raffaelachiara please confirm you still want assistance, it appears you moved away from EDD: https://www.ads-software.com/support/topic/bug-buttons-can-not-be-customized-oceanwp-elementor/
Hello @soprano, you can uninstall completely by selecting “Remove Data on Uninstall?” by going to Downloads > Settings > Misc
That’s how the code you linked to is triggered.
Thanks! I’ve documented so our developers can look into updating the js file.
Hi @abdolahi40, thanks for reporting this! Unfortunately I’m not able to recreate this behavior, when I active EDD, the Crayon Highlighter does not open. Can you provide steps to recreate this behavior?
Hi @mil90hel, thanks for the kind words! Glad you are liking EDD.
Purchase data is currently stored in wp_posts and wp_postmeta.
Just so you are aware, EDD3 (currently under development) will move it’s data to custom tables instead of using posts tables. See https://easydigitaldownloads.com/development/2017/12/27/3-0-dev-plans/ for more details.
Hey @ashkan_72kiany, thanks for the kind words!
The limit you are hitting is due to php settings. To support more input fields you need to modify your
max_input_vars
setting in yourphp.ini
.With that said, 205 files is a large number of files for a single download. You might consider grouping files within .zip files, using multiple downloads/products or using the All Access extension.