alexfil
Forum Replies Created
-
Hi @metagauss, I guess we are talking about RegistrationMagic?Standard (free) version, does Premium (or Premium+) support recurring payment?
Hi @metagauss, it is really strange that you have paid membership, but there is no recurrent payments. Just look up Paid Membership definition “a Member who is paying a fee (either monthly or annual) who has full access to the Platform” keywords are “either monthly or annual“, without it RegistrationMagic?does not make a lot of sense
Hi @metagauss, any time frame for adding recurring payment?
Thank you for your help again
Hi @metagauss. you were correct the problem was in PayPall sandbox business account. Thank you for your help
In addition, on Payments section I can see payments records (I had to select Toggle Form – Membership), but user account still has Deactivated status and payment status is Pending, but looking at Transaction log I see payment_type “instant” and pending_reason “other”. Please let me know how to approve payment and activate user automatically
Hi @metagauss, this issue is really stopping us from moving forward and client is patiently waiting, we need to resolve this issue as soon as possible
Thank you,
Alex
Hi?@metagauss , any ideas how to fix this issue?
Hi @metagauss
Only option selected Activate User Automatically (the rest is disabled) and Send Username and Password to the User through Email is unchecked
Alex
Hi @metagauss, any thoughts how to fix this problem?
In addition, there is nothing in Payments – No Submission matched your search. User needs to be automatically activated after making payment and payment needs to be recorded. Is there any recovery process in place in case something wrong went with the payment?
Hi @metagauss,
Thank you for quick reply – redirection now works as needed.
I have another question regarding PayPall integration:
I created PayPall sandbox personal account, enabled Test Mode, in Automation I setup new task Activate user after payment, , user created with Deactivated status, after navigating to PayPal and making payment, click on Return to Merchant button and PayPall redirected me Login page and got Your account has not been activated yet. message. User account still has Deactivated status. Please let me know how to fix this issue.
Thank you,
AlexHi @metagauss
I run into another issue after installing RegistrationMagic, I have function to redirect users to homepage after logging out:
function redirect_to_homepage_after_logout(){
return wp_safe_redirect(home_url(‘/index.php’));
exit;
}
add_action(‘wp_logout’,’redirect_to_homepage_after_logout’);It stopped working after I added RegistrationMagic. When I deactivated RegistrationMagic plugin – it works. I see some code in class_rm_login_manage_controller.php and class_registration_magic.php related to logout_redirection. Is there any interference with functions.php?
Thank you, it works