Member ship site with paypal
Permalink
I need to do a site, that people can sign up and pay for access to the site realtime with paypal. Has anyone done this and have it up and working?
-Frank
-Frank
Me too interested to know more on this. Kindly inform.
Count me in too! I'd be happy to pay for this add-on.
Starting to revisit this single page access, has anyone done up a single page to handle this?
use the eCommerce addon, you can have it that when they buy the product they get added to a group, you can set it that they get auto removed from the group if you want as well,
i have the eCommerce addon, but the user already has to exist. Any plans to have this happen?, I read some were that digital downloads would do this per c5, but no docs on the market place to verify. Also 150.00 just for that is a bit much. Now 50 bucks for just the Purchase access and add the user would be great. If any one has some code for an easy add user and group would be great.
$u = new User()
$u->enterGroup(Group $g)
$u->enterGroup(Group $g)
I am trying to adapt a PHP script with Paypal Registration so that it adds a member to C5 in a "membership" group.
The script looks like this:
Is there a way I could modify this using
$u = new User()
$u->enterGroup(Group $g)
so that it would integrate right in easily?
The script looks like this:
//Add the user to the database $q = "INSERT INTO users (username, email, pass, first_name, last_name, date_expires) VALUES ('$u', '$e', '" . create_password_hash($p). "','$fn','$ln',ADDDATE(NOW(), INTERVAL 1 MONTH) )"; $r = mysqli_query ($dbc, $q);
Is there a way I could modify this using
$u = new User()
$u->enterGroup(Group $g)
so that it would integrate right in easily?
Hi Mnkras,
Great you have found this solution - its exactly what i am after. I'm creating a site that people can auto-sign up, pay for - each unit they pay for will be a 3, 6, 12 month membership to the site which allows them to view uploaded content.
I have another site with the ecommerce module (i'll buy another module for the new site) and can't work out how to put a purchase in a group - are you able to explain it for me pls.
JC
Great you have found this solution - its exactly what i am after. I'm creating a site that people can auto-sign up, pay for - each unit they pay for will be a 3, 6, 12 month membership to the site which allows them to view uploaded content.
I have another site with the ecommerce module (i'll buy another module for the new site) and can't work out how to put a purchase in a group - are you able to explain it for me pls.
JC
dude this was from a year ago (almost exactly). What you want to use now is the i belong paid membership addon in the marketplace. Itll be a lot easier to use.
monday morning . . . .
Cheers - I'll grab it today - Thanks !!!
Cheers - I'll grab it today - Thanks !!!
Haven't done this yet but we have just finished working through a brief for a client where something similar is going to happen.
Would be happy to discuss this project further with you - we might be able to do some coding to make this work.
jesse@fullflavour.co.nz
Jesse