Forum Replies Created
-
AuthorPosts
-
Heena
ParticipantThank you so much for help.
It is working fine. Thanks a lot 🙂Heena
ParticipantWhen member will upgrade membership from free to premium level than after payment member’s level will update right.
So, after membership level upgrade i need to change that member’s user meta like :
update_user_meta($user_id, ‘business_count’, 0);So, i need to some hook for change this value.
Heena
ParticipantI used below hook but not worked.
For paypal payment : swpm_paypal_ipn_processedHeena
ParticipantYes, you are right. Its working.
Can you please tell me about any hook or action after subscription payment ?
Because i need hook or action after registration for update some data for member user.Thanks for your support.
Heena
ParticipantAlso i added some data of user in user meta table after payment completion by all paypal, stripe, braintree.
I used below hook but not worked.
For paypal payment : swpm_paypal_ipn_processedSo, please advise that what i have do ?
Heena
ParticipantI added three membership plan
1) Standard >> Free
2) Silver >> $30/month
3) Gold >> $90/monthUse two subscription button for Silver and Gold.
Registration flow are below:
Click on subscription button >> pay payment >> register using special email link >> registration completed >> received credential mailBut when user will upgrade account using any one plan from above plan then again
pay amount >> but level change for other email id not current login member. -
AuthorPosts