Paypal Wordpress Plugin that allows you to charge the customer for every single page

Thomas23

Newbie
Joined
Apr 16, 2011
Messages
47
Reaction score
0
Hey,

Ive been looking around for a plugin but they are all to complicated and want to create membership site wide based on roles.

I just want one which charges the customer for each page they want to view individually.

So to view post one they must pay with PayPal $10, and then they can come back to look at that page unlimited.

If they want to look at post 2, they need to pay again... and can come back to that post unlimited.

Basically not reoccurring subscription. And not pay for site wide. Pay for every individual post they want to read. And can come back to each time they login.

Does anyone know of such?

Thanks in advance
 
You got to program that your self.

You might be able to do that with a buy it now button on every page.

Use PayPal ipn system only allow access if user has paid from the ipn system.

A ipn system is a database that you setup on your side and it show all PayPal sales references in a database you got access to.

You can then use your user database and add there payed reference in That database and let them view that page they paid for.
 
You got to program that your self.

You might be able to do that with a bit it now button on every page.

Use PayPal ipn syayem only allow access if user has paid from the ipn info.
 
Hey,

Ive been looking around for a plugin but they are all to complicated and want to create membership site wide based on roles.

I just want one which charges the customer for each page they want to view individually.

So to view post one they must pay with PayPal $10, and then they can come back to look at that page unlimited.

If they want to look at post 2, they need to pay again... and can come back to that post unlimited.

Basically not reoccurring subscription. And not pay for site wide. Pay for every individual post they want to read. And can come back to each time they login.

Does anyone know of such?

Thanks in advance
ARMember - you can create unlimited groups, for example each group for every post. Users can be in multiple groups.
 
ARMember - you can create unlimited groups, for example each group for every post. Users can be in multiple groups.
Can each group be a paid group indevigaly

If so that will work
 
Back
Top