Hi @wahyu_anggg,
Greetings and thanks for your question! π
If the user completes the payment process, they should automatically be moved to the subscription they purchased. That’d be the easiest indicator.
You can also check on that too, by going to Membership > Payment Gateways. You can hover your mouse over the payment gateway(s) you’re using, then click the View Transactions link.
That will show you all the completed payment transactions.
Does that help?
Please feel free to ask if you have questions on that. π
Cheers,
David
Hi @david,
Thanks for the answer, but my problem is, when someone register to a subscription and they do not complete the payment, they are not allowed to login.
because when someone register to my website, they must select the subscription too.
can I check that by script?
Cheers,
Wahyu
Hi Wayhu,
Thanks for your reply. You can check if a user is subscribed in Membership using the following function:
current_user_is_member()
You’ll find others like as well that mentioned here:
http://premium.wpmudev.org/forums/topic/getting-membership-level-for-a-particular-user#post-105471
Were you having issues with people signing up and not selecting a subscription though?
Would it help to automatically have new signups setup with a default subscription?
Cheers,
David