3
Quote:
jensclas wrote:
I second this request - but I think it needs to be in the Module Requests section of the forum. I'll drop it in there for you.
Cheers
Jenny
Hi Jenny,
I think there is a workaround for this...if there is no such module yet...
imagine....
1.0 Allow the user to register as normal
2.0 Set the default user group to "Pending" and u can decide this user group to access what.
3.0 Then at the user registration completion page, add a subscribe link from paypal (u can create a subscription button at paypay)
4.0 If user click on subscription button, it goes to paypal to complete the payment transaction.
5.0 Then at paypal, IPN will be trigger to your own script to update that member's group change it from "pending" to "Subscribed". There will be a button on the paypal page to link back to your site.
The only question is I must someone pass the member unique id to paypal, so that when the IPN return, i know which member id i need to update the group membership.....
this sounds OK ? any idea anyone ?
tks