12 replies [Last post]
idanarbel's picture
Offline
Joined: 08/01/2008
Juice: 115
Was this information Helpful?

Hello,

I'm trying to use recuring fees and get this message in the checkout.

i've searched and found that the setup is done on the product features here: admin/store/settings/products/edit/features

but I can't find where to select the authorize.net to work with the recurring fees. i've searched everywhere but can't find that field to setup.

maybe there's a bug and the field is missing or something, i'm not sure.

any help would be appreciated.

Idan

karsten29's picture
Offline
Joined: 05/14/2009
Juice: 44
Re: There are no payment methods configured for orders with recu

I have been wondering about this also.

univate@drupal.org's picture
Offline
Getting busy with the Ubercode.
Joined: 03/27/2009
Juice: 465
Re: Re: There are no payment methods configured for orders with

which version of uc_recurring are you using, if you are using uc_recurring 2.x-dev you will need to patch uc_authorizenet with the patch here: http://drupal.org/node/454952

karsten29's picture
Offline
Joined: 05/14/2009
Juice: 44
idanarbel wrote:Hello, I'm
idanarbel wrote:

Hello,

I'm trying to use recuring fees and get this message in the checkout.

i've searched and found that the setup is done on the product features here: admin/store/settings/products/edit/features

but I can't find where to select the authorize.net to work with the recurring fees. i've searched everywhere but can't find that field to setup.

maybe there's a bug and the field is missing or something, i'm not sure.

any help would be appreciated.

Idan

I found it. It's inside Store Configuration>Payment Settings>Payment Gateways. Also, you have to enable the Credit Card and Authorize.net modules for it to show up.

idanarbel's picture
Offline
Joined: 08/01/2008
Juice: 115
Re: idanarbel wrote:Hello, I'm

I've patched the authorizenet, and enabled recurring billing in the authorize.net gateway, and still I get the same message in the checkout page.

any ideas? other than seeing the recuring settings on the product features should there be some kind of field there to setup?

Idan

univate@drupal.org's picture
Offline
Getting busy with the Ubercode.
Joined: 03/27/2009
Juice: 465
Re: Re: idanarbel wrote:Hello, I'm

Sorry, forgot, authorizenet is a credit card payment gateway so you also need the patch for ubercart credit card gateway so you can accept recurring payment via your default credit card gateway, once patched you will need to enabling the credit card as a recurring option in the recurring features configuration page.

Although remember: uc_recurring 2.x-dev is still in development, so there may still be major api changes and its is not really recommended for use unless you know what you are doing... the patch for authorize.net also hasn't been fully tested by some who uses this gateway (I wrote the patch but do not have a authorize.net account to test it on). But I am keen to get people involved in testing what is there so what we can move towards have a stable release of uc_recurring 2.0.

There is also a stable 1.0 verions of uc_recurring that is the version that was previously packaged with ubercart and does work, although it only really works with uc_authorizenet module and is doesn't have all the features that are being added to 2.x-dev (e.g. separate invoices for each payment).

idanarbel's picture
Offline
Joined: 08/01/2008
Juice: 115
Re: Re: Re: idanarbel wrote:Hello, I'm

thanks, that worked. i"ll try using version 2 and if there are any problems i'll revert back to 1.

i'll post if I find any bugs.

Thanks a lot.

Idan

karsten29's picture
Offline
Joined: 05/14/2009
Juice: 44
univate@drupal.org
univate@drupal.org wrote:

There is also a stable 1.0 verions of uc_recurring that is the version that was previously packaged with ubercart and does work, although it only really works with uc_authorizenet module and is doesn't have all the features that are being added to 2.x-dev (e.g. separate invoices for each payment).

Hi-

So you are saying uc_recurring only works with authorize.net module? Why? What is different about the authorize.net module (compared to the others)?

If so, where can I download a copy of uc_recurring 2.x-dev? Also, would it be difficult to backport the 2.x-dev codebase to Ubercart 1.7?

If recurring billing functionality is important for me, do you think it would make sense to use Drupal e-commerce instead of Ubercart?

Thanks.

univate@drupal.org's picture
Offline
Getting busy with the Ubercode.
Joined: 03/27/2009
Juice: 465
Re: univate@drupal.org

As of ubercart 2.0RC2 uc_recurring is a separate project with its own space on d.o here: http://drupal.org/project/uc_recurring

I am only interested in looking forward to Ubercart 2 & Drupal 6, if someone else wants to back port the change to ubercart 1.x, they are welcome to do so. The reason uc_recurring was branched out of ubercart core is so we could have a the ability to make some major changes so it could support many gateway (not just authorize.net) as well as add other features people where asking for.

karsten29's picture
Offline
Joined: 05/14/2009
Juice: 44
univate@drupal.org wrote:As
univate@drupal.org wrote:

As of ubercart 2.0RC2 uc_recurring is a separate project with its own space on d.o here: http://drupal.org/project/uc_recurring

I am only interested in looking forward to Ubercart 2 & Drupal 6, if someone else wants to back port the change to ubercart 1.x, they are welcome to do so. The reason uc_recurring was branched out of ubercart core is so we could have a the ability to make some major changes so it could support many gateway (not just authorize.net) as well as add other features people where asking for.

Thanks for your candor.

How would you say the recurring billing in Ubercart compares to the recurring billing in ecommerce and lm_paypal? If I am planning to deploy on Drupal 5, would I be better off with another solution?

jurgenhaas's picture
Offline
Joined: 01/18/2008
Juice: 69
Re: univate@drupal.org wrote:As

I have applied both patches now using Drupal 6.12, Ubercart 2.0-RC3, uc_credit, uc_recurring 2.x and Authorize.net

It seems to be working fine. We're doing more testing and I'll report back here if we have any more findings.

reubidium@drupal.org's picture
Offline
Joined: 05/04/2009
Juice: 14
A couple of patches up at Drupal

I just wanted to drop this link to a couple of patches I posted at Drupal: http://drupal.org/node/454952#comment-1730126

There were still numerous problems I was finding and ended up putting quite a bit of time into a pretty thorough attempt at getting this uc_recurring 2.x working with uc 2.x and authorize.net ARB.

sathyendrav's picture
Offline
Joined: 03/22/2010
Juice: 43
same problem for paypal

Hi, i have the same problem for paypal. Can any one suggest me the patch for the same?