Any plans on porting this over to Drupal 7?

CommentFileSizeAuthor
#9 d7_port-1056466-9.patch12.34 KBjerry

Comments

artis’s picture

I have no plans to port this to D7 for now. If someone needs it badly enough to sponsor the update let me know.

artis’s picture

Status: Active » Postponed
friendswoodtech’s picture

Category: support » feature

I'm not necessarily a nb to drupal, but am to development/modification of modules. Would it be terribly difficult to port to d7? Or any other suggestions on processing cc payments in d7? We use qbms and either need to process online or at least "get" cc info somehow (through input online from customer) in order to process via virtual terminal or qb desktop manually.

artis’s picture

Are you looking for a module that works with Ubercart in D7 or Drupal Commerce in D7?

friendswoodtech’s picture

Ubercart in D7. I've run other sites in Drupal 6, this is the first in 7 and I love the changes, but really need a solution for qbms and hate to have to go back to 6.

artis’s picture

Assigned: Unassigned » artis
Status: Postponed » Active

I can take a look and see what it would take to port and give an estimate of the time. Then we can start a pool for anyone wanting to contribute work or money to see it ported to D7 Ubercart.

artis’s picture

Title: Drupal 7 » Port to Drupal 7 - Ubercart

Changing the title to better reflect the issue and delineate between Ubercart and Drupal Commerce ports.

gparmar16’s picture

I'm in to support this project. keep me posted via email or here as to the total cost for the port and lets get some more support from business/website owners who need this. Keep the ball rolling!

jerry’s picture

Status: Active » Needs review
StatusFileSize
new12.34 KB

I needed this for a client, so I did the port myself just now. Patches against the current dev version are attached. I've only had the opportunity to try it in test mode thus far, but it seems to be working fine. I encourage folks to give it a try and post feedback and/or corrections, so that we can get a 7.x-1.x-dev release posted.

artis’s picture

Thanks, Jerry! If we can get someone else to test that the patch works then I'll get it committed to a dev release.

pfrilling’s picture

I applied Jerry's patch and successfully tested the module with our Quickbooks test account. All the code looks good. Great job Jerry!

artis’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs review » Closed (fixed)

I've committed jerry's patch as is. The 7.x-1.x-dev release will be posted within 12 hours.

Please open a new issue for any additional bug or feature reports for the 7.x release.

Issue closed.

jerry’s picture

Thanks, artis.

Sorry that I didn't catch this earlier, but to be completely D7-kosher, one should include the module itself in the .info file's FILES[] list. When you have a minute, please add this line to the end of the D7 .info file:

files[] = uc_qbms.module

Does't affect operation, but it makes the Coder module happier.

jerry’s picture

Hey, artis, did you have an opportunity to add & enable the 7.x-1.x-dev release from the module page? It hasn't shown up so far.

artis’s picture

Thanks for the reminder.