Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
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.
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.
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!
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.
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.
Comments
Comment #1
artis commentedI have no plans to port this to D7 for now. If someone needs it badly enough to sponsor the update let me know.
Comment #2
artis commentedComment #3
friendswoodtech commentedI'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.
Comment #4
artis commentedAre you looking for a module that works with Ubercart in D7 or Drupal Commerce in D7?
Comment #5
friendswoodtech commentedUbercart 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.
Comment #6
artis commentedI 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.
Comment #7
artis commentedChanging the title to better reflect the issue and delineate between Ubercart and Drupal Commerce ports.
Comment #8
gparmar16 commentedI'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!
Comment #9
jerry commentedI 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.
Comment #10
artis commentedThanks, Jerry! If we can get someone else to test that the patch works then I'll get it committed to a dev release.
Comment #11
pfrillingI applied Jerry's patch and successfully tested the module with our Quickbooks test account. All the code looks good. Great job Jerry!
Comment #12
artis commentedI'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.
Comment #13
jerry commentedThanks, 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.moduleDoes't affect operation, but it makes the Coder module happier.
Comment #14
jerry commentedHey, 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.
Comment #15
artis commentedThanks for the reminder.