Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Contributed modules
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2011 at 20:59 UTC
Updated:
27 Dec 2013 at 11:40 UTC
Jump to comment: Most recent
Comments
Comment #1
rszrama commentedNope, not yet. : )
fwiw, this will have to be a contributed module, and my advice is to operate through a third party service to manage it all.
Comment #2
sgdev commentedRyan,
Just a quick follow-up on this comment... when you say 'operate through a third party service to manage it all', do you have any recommended services at this point? Are there companies you believe are ready (or close to ready) to handle this responsibility? Thanks.
Ron
Comment #3
rszrama commentedAhh, in fact, I'm glad you brought it up! I've actually been talking with Recurly about officially supporting them as my preferred service. They're pretty incredible. : )
I've created the project and scoped it some, will get code up ASAP: http://drupal.org/project/recurly
Comment #4
davidseth commentedHello Ryan,
Interesting. Do you have any rough indicator when you will be working on this new Commerce module integration? Or at least some bullet points of what you are planning on doing? Thanks.
Cheers,
David
Comment #5
rszrama commentedAs soon as I deal with these. ^_^
http://drupal.org/project/issues/commerce?text=&status=8&priorities=All&...
Comment #6
davidseth commentedHello Ryan,
Just checked that link and there are 3 left! Wow, you are good. I will review them and add any help I can. Then hopefully you will have time to work on the recurly stuff.
Cheers,
David
Comment #7
Shadlington commentedThere's 10 now :P
Anyway, subbing.
Comment #8
Anonymous (not verified) commentedI'll start an issue in the recurly queue about how we can help out with development.
Subscribing as well.
Comment #9
WorldFallz commentedwowsa-- the cheapest recurly would be per month is $69 (max 119) PLUS the payment gateway fees. That's an absolute non-starter for small and most non-profit sites.
Maybe I'm not understanding when you would need recurring billing-- I'm thinking of a small site that just needs regular subscription renewals yearly or monthly-- is there no other way to do this other than recurly? with rules maybe?
Comment #10
rszrama commentedThere are already contribs that handle subscriptions specifically through PayPal WPS and/or Rules. Not sure if we really need to leave this issue open at this point... however it works out, there's nothing that core needs to do to further support these modules.
Comment #11
Anonymous (not verified) commentedNote that the Rules-based solution does not do recurring payments, which is the key requirement.
The Commerce Subscription module may do the job, although it looks not-ready-for-prime-time currently.
Agreed that this is not a core Commerce issue, and probably should be closed...
Comment #12
vlkff commentedIf you are using authorize.net as a payment gateway, they have Recurring Payments called 'ARB' and you can use my project to
integrate authorize.net ARB with a commerce module.
See more here
http://drupal.org/sandbox/vlkff/1572412
Comment #13
amittarkar commentedI am creating a site for sellers. I have following requirements.
1. the account of a seller who has paid subscription for a period should get promoted for that period.
2. The total amount of money made by the seller should be visible on his profile and the profile those sellers (free or paid) who have made most money should get promoted on every page site and this should change dynamically according to the amount of money they make. i.e. If a seller makes more total money in his store than another seller whose profile(store) is currently promoted then that seller replaces him.
Thanks and Regards
Comment #14
bojanz commentedCommerce now has two recurring solutions:
- Commerce Recurring a generic framework focused on the prepaid, asynchronous billing. It basically reorders a product on a set interval.
- Commerce License Billing a license-specific (digital ecommerce) framework that supports advanced SaaS billing workflows (prepaid/postpaid, sync/async, metered, plan based) for subscriptions (handled via Commerce License; subscribe to a role, set of files, etc).
Commerce Guys is sponsoring Commerce License Billing and a beta release should happen soon.