Hi,

I'm trying to find the way to do paid memberships in a Drupal site, for example, access some content when I pay some membership. I have read a lot but most of the example are for Drupal 6 or using moneyscripts.net. Also I have read some tutorials about ubercart, uc_recurring, etc but none of them work well.

Is there some way to add paid memberships in Drupal 7? Maybe someone can give me some direction, thread, tutorial, etc.

Thanks!

Comments

end user’s picture

I've never set up the recurring part but setting up UC3 for membership access is pretty easy to do. If you look here http://www.ubercartdemo.com I used the UC roles modules and Taxonomy Access Control to create a simple member ship product. There are other content access modules you could try out instead of Taxonomy Access Control.

jdeg’s picture

Thanks!

I'm new with Ubercart, where should I set "UC roles" in order to change the role after paying for the product?

end user’s picture

Hi

Here's a write up on roles http://drupal.org/node/1312418

jdeg’s picture

Thank you! I already tested the tutorial and worked very well! :)