concretecms-community-store / community_store_paypal_standard

Paypal Standard payments for Community Store for Concrete CMS
MIT License
6 stars 7 forks source link

Feature Request: PayPal Subscriptions #7

Open bays-media opened 6 years ago

bays-media commented 6 years ago

Am I right in thinking that PayPal subscriptions (allow you to setup automatic, recurring payments) is not a function of this? If so, will this functionality be integrated in the future?

Mesuva commented 6 years ago

Yes, it's not something supported, it only makes normal immediate transactions.

It's not on the radar to support subscriptions, the store doesn't have fields against products to configure things like the billing cycles (to name one of the simpler aspects not handled, there are quite a number of more complex aspects that would have to be considered or added)

bays-media commented 6 years ago

No problem I get the complexities here. Thanks for the swift response.

pinecreativelabs commented 6 years ago

You can still have paid memberships, even without using Paypal subscriptions. Here's how it could be done:

  1. In Concrete5 Members area, set up a group and set it so that the user is automatically removed from the group after a certain amount of time.
  2. Using Community Store, while adding a product, use the Memberships tab to create user account, and here you can add them to the expiring group you created.

Granted, that still doesn't solve the automated recurring payments issue, but at least you'll be able to limit their access.