1 reply [Last post]
Sansui's picture
Offline
Joined: 06/05/2008
Juice: 154
Was this information Helpful?

Project page here: http://drupal.org/project/uc_cim

This module is *almost* awesome. The core UC support for CIM seems to have some bugs and issues (keeps creating new payment profiles instead of allowing to choose already stored profile), and this module seems to add proper support. It works beautifully, except when you are creating an order manually and need to use a payment method OTHER than CIM/credit card.

We need to create orders manually and enter check as a payment method some of the time, but with the CIM module enabled, it is requiring CC info on the edit order page. We need to get this module working with the other payment methods (not require CC info or try to store a payment profile, when another payment method is selected).

If someone is willing to tackle this, just let us know how much it will cost!

Sansui's picture
Offline
Joined: 06/05/2008
Juice: 154
Re: Paid Bounty to make Authorize Advanced CIM Payment Gateway w

After tremendous effort, I have modified the module to do what I need with some assorted workarounds. The module has some annoying issues, like it duplicates the billing pane form (including the form names) for the CC card, so as an admin, if you enter a billing address, it gets overwritten by the CC form even when CC payment is not selected.

Worked around that by blowing up those form elements with javascript on payment selection, but man... it would be awesome if some skilled developers could polish off development of the uc_cim module. I have no idea how people aren't banging down the door for this module, since it allows customers to quickly and easily purchase items on your site without reentering CC data.