Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate Troubleshooting › eMember and Affiliate duplicate registration/signup emails
- This topic has 5 replies, 3 voices, and was last updated 10 years, 10 months ago by sabinar.
-
AuthorPosts
-
December 20, 2012 at 10:19 am #8196LetabilityMember
Hello,
I have integrated eMember, Affiliate and eStore on my site.
When a new member joins through eMember registration form, eMember sends a ‘Registration Complete’ email.
However, because I have set eMember to automatically create an affiliate account at the point of registration, Affiliate automatically sends a ‘signup’ email.
I do not see any need in sending two emails as it confuses the users but I am unable to find a way to switch either of the emails off.
I have also checked the option in eMember/Settings to ‘manually approve member registration’ and although that part works fine, the ‘Registration Complete’ email is sent before the approval process (which seems a little premature especially given that approval may not be made).
I know that I can amend the content of the ‘Registration Complete’ to remove any references that the user can now log in but I would rather find some way of stopping the email being sent until the approval process has been completed.
Can you help please?
Best regards,
Peter.
December 21, 2012 at 11:02 pm #52556adminKeymasterHi Peter, Do the following to turn off the affiliate signup email after eMember automatically creates an affiliate account.
Open the “wp_eMember1.php” file and find the following line of code:
wp_aff_send_sign_up_email($user_name,$pwd,$aemail);
Once you find it, remove that line and that should stop the affiliate email.
The automated registration complete email will always get sent as soon as the user completes the registration (it is a good practice so acknowledge the users action by sending them a confirmation email). You can customize the email that says something like… “We will let you know when your account is active”. When you review the member application, emember will let you send another email to this user where you can say if the account was approved or not.
December 22, 2012 at 10:03 am #52557LetabilityMemberGreat!
Many thanks,
Peter.
December 29, 2013 at 9:14 pm #52558sabinarMemberHi,
I deleted this
wp_aff_send_sign_up_email($user_name,$pwd,$aemail);
but the affiliate email is still sent to the customer when they first purchase membership. How can I stop the affiliate registration email? Do you think I have to maybe edit some of the affiliate plugin files?
Greetings,
Sabina
December 30, 2013 at 1:57 am #52559adminKeymasterHi Sabina, I want to make sure we are on the same page… You want to automatically create affiliate account for your members using the “Automatically Create Affiliate Account” field but you don’t want the system to send them an email confirming that their affiliate account was created?
December 30, 2013 at 7:06 pm #52560sabinarMemberHi,
yes but I figured it out. there is another line that has to be deleted or commented out in the affiliates1.php. Now the welcome affiliate email is not sent.
-
AuthorPosts
- You must be logged in to reply to this topic.