Hi there!
Can you please update your plugin to avoid this auto deactivation because of this error “Plugin could not be activated because it triggered a fatal error.”?
Thanks
]]>I have been receiving this error for almost a year now. I am using PHP 8+.
Deprecated Creation of dynamic property EDD_Auto_Register::$basename is deprecated
wp-content/plugins/edd-auto-register/edd-auto-register.php:127
Hello,
Is this work even though I used Gravity Form in Easy Digital Downloads?
Hoping for your response.
Thank you.
]]>I have the latest version of EDD installed and just installed the auto register plugin.
With it enabled, when I make a purchase of a free product, it doesn’t log me in automatically and it never sends me an email with the login credentials it has made for me.
The account has been created because I can see it in the admin section.
For this to work, must I be using the [edd_login] shorcode anywhere
]]>Hi,
When I activate the feature “Limit Auto Register: Only register users for successful orders” in Downloads>Settings>Extensions>Auto Register, I’m getting a message “you need to be logged in to purchase a subscription”.
Well, the idea with the feature “Only register users for successful orders” is exactly to be able to not be logged in to purchase a subscription, and register only after the order was successful.
I read in another thread that EDD 3.0 will offer this feature (creation of an account only if payment was successful). since “Limit Auto Register” does not seem to limit auto register, what is it for? If it is meant to limit auto register to users who have passed a successful order, it seems to not be working at all as of now.
Any additional info is welcome ?? Thanks!
]]>Hi,
I run a website on which when customers purchase a subscription, they have a profile automatically created via the EDD auto register’s plugin.
I have been trying for the past couple of days to understand the reason why when new customers where checking out, it would take up to 10 seconds for them to be redirected to PayPal (PayPal popup would become active only after 10 seconds). When a customers is logged in, the process only takes 5 seconds.
Could this be because EDD auto register delays the PayPal connection, since it creates an account at the same time? Would this explain why logged in customers who renew a subscription manually, only need to wait 5 secs for PayPal to become active, when non registered customers require at least 10 seconds?
Thanks in advance for any hint you could share.
]]>There was a bug in 1.4 that prevented new accounts from being created for subscription based products. This bug was fixed in 1.4.1. However, after updating to 1.4.2 the bug is present again. After downgrading, the issue is resolved.
Steps: Try to purchase a subscription based product using new email address, Receive the following error: “You must be logged in to purchase a subscription”
Thanks!
]]>Hi,
How can I send an email including username and password like the previous version?
Dear …….,
Below are your login details:
Your Username:……….
Your Password: ………………
Login: https:/………….`
====================================
In the latest version, after registering the order, this email will be sent to the user
`Your Username: ……………….
To set your password, visit the following address:
https:…………
Login: https:………….
I am currently using Version 1.3.14
]]>New user is unable to login using the user/pass sent after cart checkout.
The password included in the email is not the generated password but the actual string after password encryption – as actual string written in the “users” database table.
Hello,
In the current version (1.4.1), you missed a concatenation on the message sent to users.
Please have a look at line 117 of the “emails.php” file: “$message .=” instead of “$message =”.
Best regards,
Younes
Hello I have a problem.
I have recently activated PayPal payment on my website, and what happens is that when the person clicks on the PayPal button, the user is created automatically, regardless of whether or not the order is completed later.
Obviously there will be people who click on the PayPal button but then do not complete the payment, so it does not interest that the user is believed until the purchase is actually completed.
Can this be fixed?
Thanks
]]>I’m using
edd_register_and_login_new_user
for registering any user. But I’m getting may spam entries. How can I prevent spam users from registering. Can you please help me?
]]>We have been receiving many fake user accounts since we allowed ‘Anyone can register’ under the WordPress general settings. Is this WP setting required to be check to allow the EDD Auto Register plugin to do it thing?
The plugin description only references enabling guest checkout:
Guest checkout is required so the plugin overrides the setting. The registration form is hidden on checkout while the plugin is active.
Thank you for any clarification on this.
]]>We’re occasionally seeing this error when users are checking out on EDD. The install is on a multisite and all the products are subscriptions if that makes any difference.
Weirdly, the user account seems to be created so it’s possibly a chicken/egg issue whereby the payment is started and then the account is flagged as non-existent.
Ultimately, this blocks the checkout and we’re losing sales.
Error: There was an error while completing payment made with Stripe. Invalid username or password. Reset Password
]]>Currently, this plugin is using the customer’s email address as a username (created automatically). The main issue is that this private information becomes visible on other parts of the website, like for instance on a forum when usernames are visible (appears like that: @customeremail-com). This is a major privacy issue.
is there a way to add a field “username” to the autoregister checkout page, in which customers could choose a username that is not their email?
Thanks!
]]>It does not send the email to the new user even though I have not disabled the “email sent to the user that contains login details” on the extension settings.
Admin notification email comes just fine straight away.
Please fix.
]]>Hi
At the moment the plugin sents the WordPress login url, how I can set to send another URL as a login page in the email body?
Thank you
]]>Hi there,
If I want to change the below to link to to a specific login page and not the standard WordPress login (because it logs users into WooCommerce and not EDD). Which part of the below do I need to change?
$default_email_body .= __( “Login:”, “edd-auto-register” ) . ‘ ‘ . wp_login_url() . “\r\n”;
Thanks
]]>Hi!
I wanted to ask if it’s possible that in feature release you would add one additional filter inside create_user() method, so this part
// User account already exists
if ( get_user_by( 'email', $payment_data['user_info']['email'] ) ) {
return false;
}
would look like
// User account already exists
if ( get_user_by( 'email', $payment_data['user_info']['email'] ) ) {
return apply_filters( 'edd_auto_register_email_exists', false, $payment_data, $payment_id)
}
Or in a perfect world an action.
The idea is that we don’t want to force the user to sign up, if he already has an account, instead we would just add the purchase to his existing account.
]]>Hello, EDD auto register is not compatible with EDD latest release.
Thanks.
Error Details
=============
An error of type E_ERROR was caused in line 108 of the file public_html/wp-content/plugins/edd-auto-register/edd-auto-register.php. Error message: Uncaught Error: Call to undefined function edd_debug_log() in public_html/wp-content/plugins/edd-auto-register/edd-auto-register.php:108
Hello, first of all really appreciate this great plugin! I updated the plugin to the latest version 1.3.12 and my website started to behaving weird and getting errors causing the site to go down like this fatal error:
Found this fatal error with Debug:
Fatal error: Uncaught Error: Call to undefined function edd_debug_log() in /www/wp-content/plugins/edd-auto-register/edd-auto-register.php:108 Stack trace: #0 /www/wp-content/plugins/edd-auto-register/edd-auto-register.php(51): EDD_Auto_Register->hooks() #1 /www/wp-content/plugins/edd-auto-register/edd-auto-register.php(493): EDD_Auto_Register::get_instance() #2 /wordpress/wp-includes/class-wp-hook.php(286): edd_auto_register(”) #3 /wordpress/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #4 /wordpress/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #5 /wordpress/wp-settings.php(397): do_action(‘plugins_loaded’) #6 /www/wp-config.php(105): require_once(‘/wordpress/wp-s…’) #7 /wordpress/wp-config.php(5): require(‘/www/wp-config….’) #8 /wordpress/wp-load.php(37): require_once(‘/wordpress/wp-c…’) #9 /wordpress/wp-blog-header.php(13): require_once(‘/wordpress/wp-l…’) #10 /www/index.php(17): require(‘/wordpress/wp-b…’) #11 {main} thrown in /www/wp-content/plugins/edd-auto-register/edd-auto-register.php on line 108
First off: Great EDD add-on! ??
I am using EDD combined with Auto Register, Licensing and Support Tickets.
When a new user has been created and a license key generated, I now programmatically change the random password to their license key by hooking into ‘edd_sl_store_license’.
Yet, then the user’s password is changed as soon as they buy an additional license for any of the products.
Is there a hook/action/filter within EDD AR I can use to only trigger my password change upon creation of a new user?
Or to be more exact: right after the new user has been created by EDD AR, but before EDD sends to payment confirmation email.
]]>Hi, why doesn’t it work with plugin Free Downloads? WordPress user is not created, only customer EDD. How to fix? If you make out through the page Checkout, then everything is created normally)
]]>I’m using this plugin on a local site, I was wondering how do I add links in a text, for example:
If you need help, click the following links:
link 1
link 2
Thanks in advance!
]]>Hi, thanks for such awesome plugin.
I’m using your auto-register for EDD plugin and its working fine from last 1 month (website under development). Today I just test this plugin again and found an error.
Plugin successfully able to send the login detail to the user email but style of the page break (user see HTML code instead of plain text)
https://wpspeedmaster.com/wp-content/uploads/2018/01/2018-01-06_16-37-11.png
Then I again test and second time I receive this email (again HTML)
https://wpspeedmaster.com/wp-content/uploads/2018/01/2018-01-06_16-47-24.png
After that, i reinstall this plugin and change body of the email to default ( child theme’s functions.php code) and test again. but I’m facing the same issue.
https://wpspeedmaster.com/2018-01-06_16-43-16/
I also test with another email and receive the same error (first image)
Please check the plugin and fix the issue.
]]>Hi, I have tried the example from readme.txt and also tried some other options but it looks it is not possible to disable auto register via existing hook.
The filter ‘edd_auto_register_disable’ is applied in ‘hooks’ function which is invoked before it is possible to add any filter. For example: add_action( ‘init’, ‘my_child_theme_disable_auto_register’, 11 ); is not working because it is invoked later than hooks function in the EDD Auto Register plugin.
Or am I doing something wrong?
Thanks for support.
Pawel.
Hi, the plugin is good, but I want it to work so that it does an autologin if the user is already an existing buyer, this is only autologin when the user does not exist. Could you add that if the user already exists do the autologin?
]]>I’m pretty sure it’s me and not the plugin, but EDD auto registr isn’t working for me anymore. It did when I first installed it a couple of weeks ago. Now that I’ve come back to it, it isn’t. It’s true even when I’ve disabled all other plugins.
Purchases go through and customers are added, but an email isn’t sent or new user added.
What do you suppose I’m doing wrong?
Thanks!
–David
]]>I’m using EDD 2.7.2 and EDD Auto Register 1.3.8 on a multisite installation.
If a new user makes a purchase, they are automatically registered as a user on the subsite unless they are registered elsewhere on the network. Although I wouldn’t expect the user to be registered twice I would have thought they would be added to the subsite – otherwise they can’t log in and upgrade, or obtain download links or license keys.
Is this the expected behaviour?
Thanks
Gareth
]]>how to disable auto log after purchase and send the login details for email >
]]>