Can I set up Coppermine so members have to pay to enter? Can I set up Coppermine so members have to pay to enter?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Can I set up Coppermine so members have to pay to enter?

Started by afliktion, October 19, 2011, 11:18:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

afliktion

I am sorry if this is the wrong area. This place is a maze. Sorry.
Is there a way to set up Coppermine so users have to pay via PayPal to register?
" I can be rude too! X_X "

Αndré

That's not possible out of the box and as far as I know such a plugin doesn't exist yet.

afliktion

" I can be rude too! X_X "

JUSTINTIME

Not so difficult perhaps - apply for a PayPal Merchants account, create a temporary sandbox account for testing. On your registration page replace the final "Accept" button with a PayPal button so that users are then sent to Paypal and must pay to complete the registration process. Once Paypal has recieved payment they are sent back to Coppermine as a registered user by adding a "final event" to the Paypal process - at least that is what I am understanding.