[drupal-devel] A Drupal site with paid subscriptions?
Has anyone done any work on Drupal to enable a site where subscribed members (via Paypal subscriptions say) get an additional set of permissions? -- Julian Bond Email&MSM: julian.bond at voidstar.com Webmaster: http://www.ecademy.com/ Personal WebLog: http://www.voidstar.com/ M: +44 (0)77 5907 2173 T: +44 (0)192 0412 433 S: callto://julian.bond/
Julian Bond wrote:
Has anyone done any work on Drupal to enable a site where subscribed members (via Paypal subscriptions say) get an additional set of permissions?
Currently there are two options in contrib that work with Paypal subscriptions: Paypal subscriptions - http://drupal.org/node/15025 Ecommerce package - http://drupal.org/project/ecommerce Note that the ecommerce package implements its own subscription system and only relies on Paypal as a payment processor. The site admin can select which roles users are assigned to (for added permissions) after purchasing a recurring payment item. This feature is only available for the upcoming 4.6 release. Matt
I believe you can do this with the ecommerce modul. Just set up: areas accessible to "subcriber" role using one of the permissions modules use ecommerce module to set up recurring payments ,expiration and warning time periods. tell ecommerce module what role not to give access if the payment schedule is not met. In this case "subcribers". Caveat: the ecommerce module is not well documented and does not say how the recurring payments will be handled. There are three different sections that have controls for this: paypal account ecommerce paypal set up ecommerce product set up. Which takes precedence over the other is a guess. I am busy with other things so I can't check this all out using PP. But I will be looking into it within the next 3 weeks. Maybe someone else knows? Carl McDade Julian Bond wrote:
Has anyone done any work on Drupal to enable a site where subscribed members (via Paypal subscriptions say) get an additional set of permissions?
I wrote paypal_subscription.module to do this very thing. You need to install paypal_framework.module in order to receive IPN information from PayPal. I haven't used the ecommerce.module, so I cannot speak for its suitability. Nic On Feb 25, 2005, at 3:43 AM, Julian Bond wrote:
Has anyone done any work on Drupal to enable a site where subscribed members (via Paypal subscriptions say) get an additional set of permissions?
-- Julian Bond Email&MSM: julian.bond at voidstar.com Webmaster: http://www.ecademy.com/ Personal WebLog: http://www.voidstar.com/ M: +44 (0)77 5907 2173 T: +44 (0)192 0412 433 S: callto://julian.bond/
Nicholas Ivy <nji@njivy.org> Fri, 25 Feb 2005 07:38:38
I wrote paypal_subscription.module to do this very thing. You need to install paypal_framework.module in order to receive IPN information from PayPal. I haven't used the ecommerce.module, so I cannot speak for its suitability.
Brilliant. Just after sending the email I realized I really should have scanned the contribs directory first. ;-) -- Julian Bond Email&MSM: julian.bond at voidstar.com Webmaster: http://www.ecademy.com/ Personal WebLog: http://www.voidstar.com/ M: +44 (0)77 5907 2173 T: +44 (0)192 0412 433 S: callto://julian.bond/
Hi, Please try to keep support request on the support list. This will make future search much easier, and also others who need support will be able to find it there! Devel should really be limited to development issues. Op vrijdag 25 februari 2005 15:13, schreef Julian Bond:
Nicholas Ivy <nji@njivy.org> Fri, 25 Feb 2005 07:38:38
I wrote paypal_subscription.module to do this very thing. You need to install paypal_framework.module in order to receive IPN information from PayPal. I haven't used the ecommerce.module, so I cannot speak for its suitability.
Brilliant. Just after sending the email I realized I really should have scanned the contribs directory first. ;-) Regards, Bèr -- [ Bèr Kessels | Drupal services www.webschuur.com ]
Bèr Kessels <berdrupal@tiscali.be> Mon, 28 Feb 2005 12:44:47
Please try to keep support request on the support list. This will make future search much easier, and also others who need support will be able to find it there!
Devel should really be limited to development issues.
Apologies for this. I've been out of the loop for a while. -- Julian Bond Email&MSM: julian.bond at voidstar.com Webmaster: http://www.ecademy.com/ Personal WebLog: http://www.voidstar.com/ M: +44 (0)77 5907 2173 T: +44 (0)192 0412 433 S: callto://julian.bond/
participants (6)
-
Bèr Kessels -
Carl McDade -
Julian Bond -
Matt Westgate -
Nicholas Ivy -
Simon Lindsay