Migration from AEC to Membership Pro
- Tuan Pham Ngoc
- Offline
- Administrator
Less
More
8 years 3 months ago #86698
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Migration from AEC to Membership Pro
Hi Jeff
Unfortunately, there is no way to do it via SQL Query. You would have to write some PHP code to trigger onMembershipActive event to have it works. How many active subscribers you are having at the moment? And what version of Membership Pro you are using?
I can help with writing the code and guide you to run to trigger it
Regards,
Tuan
Unfortunately, there is no way to do it via SQL Query. You would have to write some PHP code to trigger onMembershipActive event to have it works. How many active subscribers you are having at the moment? And what version of Membership Pro you are using?
I can help with writing the code and guide you to run to trigger it
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Jeff Angus
- Offline
- New Member
Less
More
- Posts: 8
- Thank you received: 0
8 years 3 months ago - 8 years 2 months ago #86728
by Jeff Angus
Replied by Jeff Angus on topic Migration from AEC to Membership Pro
Membership Pro version 2.5.2
About 800 active members
Ok we could try it on staging 3 thank you.
"I can help with writing the code and guide you to run to trigger it"
I would appreciate this very much as I am sure the others in this thread would too.
Thank you
About 800 active members
Ok we could try it on staging 3 thank you.
"I can help with writing the code and guide you to run to trigger it"
I would appreciate this very much as I am sure the others in this thread would too.
Thank you
Last edit: 8 years 2 months ago by Jeff Angus.
Please Log in or Create an account to join the conversation.
- x-bit
- Offline
- Senior Member
Less
More
- Posts: 64
- Thank you received: 2
8 years 2 months ago #88006
by x-bit
Replied by x-bit on topic Migration from AEC to Membership Pro
Tuan,
I just like to pop in for asking if there is any planing for improving the Coupon stuff?
We are actually all set to get rid of this AEC beast, but without the Coupons migration and the fields attached to it, we can't proceed.
Thanks for a short update on this matter.
I just like to pop in for asking if there is any planing for improving the Coupon stuff?
We are actually all set to get rid of this AEC beast, but without the Coupons migration and the fields attached to it, we can't proceed.
Thanks for a short update on this matter.
Please Log in or Create an account to join the conversation.
- x-bit
- Offline
- Senior Member
Less
More
- Posts: 64
- Thank you received: 2
8 years 4 weeks ago #90350
by x-bit
Replied by x-bit on topic Migration from AEC to Membership Pro
HAPPY BIRTHDAY TUAN!
All the best for you an keep the good work up!
All the best for you an keep the good work up!
Please Log in or Create an account to join the conversation.
- Neal Barnett
- Offline
- New Member
Less
More
- Posts: 13
- Thank you received: 0
7 years 11 months ago #92932
by Neal Barnett
Replied by Neal Barnett on topic Migration from AEC to Membership Pro
Hi -
We've done the migration from AEC, and have a couple of questions:
1. Immediately after the migration, is it best to disable AEC?
2. If AEC is disabled, will recurring Paypal payments continue to be processed (if your AEC-to-OS plugin is installed)?
3. What about recurring payments from Authorize.net - can those be handled as well?
Thanks,
Neal
We've done the migration from AEC, and have a couple of questions:
1. Immediately after the migration, is it best to disable AEC?
2. If AEC is disabled, will recurring Paypal payments continue to be processed (if your AEC-to-OS plugin is installed)?
3. What about recurring payments from Authorize.net - can those be handled as well?
Thanks,
Neal
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
7 years 11 months ago #92967
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Migration from AEC to Membership Pro
Hi Neal
1. To be safe, I think you should leave the two system running at the same time. AEC will be used to handle renewal for existing recurring subscriptions , while Membership Pro will handle new subscription from now on
2. Yes. PayPal recurring payment will work OK. You need to enable and publish the plugin AEC To OS Membership routing which we provided in migration script. Also, you need to replace the os_paypal.php file in components/com_osmembership/plugins folder with the os_paypal.php which we provided in the migration script
3. Unfortunately, Membership Pro could not handle recurring subscriptions which was subscribed via AEC use Authorize.net. At the moment, we can only handle recurring subscriptions in AEC uses PayPal payment plugin
Regards,
Tuan
1. To be safe, I think you should leave the two system running at the same time. AEC will be used to handle renewal for existing recurring subscriptions , while Membership Pro will handle new subscription from now on
2. Yes. PayPal recurring payment will work OK. You need to enable and publish the plugin AEC To OS Membership routing which we provided in migration script. Also, you need to replace the os_paypal.php file in components/com_osmembership/plugins folder with the os_paypal.php which we provided in the migration script
3. Unfortunately, Membership Pro could not handle recurring subscriptions which was subscribed via AEC use Authorize.net. At the moment, we can only handle recurring subscriptions in AEC uses PayPal payment plugin
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Neal Barnett
- Offline
- New Member
Less
More
- Posts: 13
- Thank you received: 0
7 years 10 months ago #93084
by Neal Barnett
Replied by Neal Barnett on topic Migration from AEC to Membership Pro
Hi Tuan -
Thanks for the replies. We decided to process renewals manually as they come in, so disabled AEC for now.
The one problem we're seeing is that for new registrations, if they choose Paypal, it creates a record successfully in MembershipPro, but if they choose Authorize.net, it creates a user record in CommunityBuilder, but not MembershipPro, thus subscription data and recurring payment data is not saved in MembershipPro.
Everything seems to be setup identically for both Paypal and Authorize.net. Do you have any clues as to why this is happening and how to resolve it?
Thanks,
Neal
Thanks for the replies. We decided to process renewals manually as they come in, so disabled AEC for now.
The one problem we're seeing is that for new registrations, if they choose Paypal, it creates a record successfully in MembershipPro, but if they choose Authorize.net, it creates a user record in CommunityBuilder, but not MembershipPro, thus subscription data and recurring payment data is not saved in MembershipPro.
Everything seems to be setup identically for both Paypal and Authorize.net. Do you have any clues as to why this is happening and how to resolve it?
Thanks,
Neal
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
7 years 10 months ago #93116
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Migration from AEC to Membership Pro
Hi Neal
That's strange. So you are saying that subscriber subscribe via Membership Pro use Authorize.net doesn't have a subscription record created in Membership Pro ? Do you receive payment for these subscriptions ? Do you see any error message?
Tuan
That's strange. So you are saying that subscriber subscribe via Membership Pro use Authorize.net doesn't have a subscription record created in Membership Pro ? Do you receive payment for these subscriptions ? Do you see any error message?
Tuan
Please Log in or Create an account to join the conversation.
- Neal Barnett
- Offline
- New Member
Less
More
- Posts: 13
- Thank you received: 0
7 years 10 months ago #93258
by Neal Barnett
Replied by Neal Barnett on topic Migration from AEC to Membership Pro
Tuan -
This might have been a configuration issue. We've gotten at least one charge to go through on Auth.net now. I'll let you know if still a problem.
Thanks,
Neal
This might have been a configuration issue. We've gotten at least one charge to go through on Auth.net now. I'll let you know if still a problem.
Thanks,
Neal
Please Log in or Create an account to join the conversation.
- x-bit
- Offline
- Senior Member
Less
More
- Posts: 64
- Thank you received: 2
7 years 10 months ago #93302
by x-bit
Replied by x-bit on topic Migration from AEC to Membership Pro
Hello Tuan!
Is there any progress on the coupon migration which I brought up some 4 months ago?
Please don't forget about it, thanks!
Is there any progress on the coupon migration which I brought up some 4 months ago?
Please don't forget about it, thanks!
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.