Sunny Ratilal
Forum Replies Created
-
Could you go to Downloads > Reports > Logs > Payment Errors and paste the log for the payment error please?
Hi,
As a quick test, does it work with a sandbox account and Test Mode enabled (you can turn this on from the settings page)?
Sadly that won’t be possible as the plugin can’t function without that post type and relies on it being active and in use throughout the plugin.
If you’d like to modify the admin labels, please go here to see how that can be done: https://docs.easydigitaldownloads.com/article/273-modify-the-download-post-type-admin-labels
If you’d like to modify the slug, you can use the following snippet:
if ( ! defined( 'EDD_SLUG' ) ) { define( 'EDD_SLUG', 'products' ); }
The above snippet will change the URL slug from /downloads/ to /products/.
Hi squaremunkey,
Just to be clear, you’d like to use existing post types and not the ‘Downloads’ post type that is activated when EDD is installed?
Hi souleye,
I’m sorry to hear that’s happened.
If you use Amazon S3, along with our Amazon S3 extension, you get the full link encryption.
With Amazon S3, all external URLs are encrypted for you. The link in the email is fully secure as well.
Hi seebeedesign,
Unfortunately as this is customisation of a theme, we won’t be able to help you here as EDD doesn’t have control over the points you listed.
The best place to get help for these customisations would be in the theme’s own support forums.
Hope this gets resolved for you. Sorry I couldn’t be of more help.
Hi krauthaus,
This would require custom development but one way to utilise this would be by using child themes?
You can learn more about them here: https://codex.www.ads-software.com/Child_Themes
No worries, glad to be of assistance. ??
That’s just all the post meta – don’t delete that!
Unfortunately, no, unavoidable.
Hi,
This easily be done with this snippet from here: https://gist.github.com/sunnyratilal/5764997
@afrey Has this been fixed for you? We released v1.5.1 earlier this today.