Closed (fixed)
Project:
Ogone | Ubercart payment
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
20 Feb 2009 at 14:12 UTC
Updated:
23 Sep 2019 at 07:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
svenhoutmeyers commentedExactly same question here.
Comment #2
fictionindustries commentedSame question here.
I have a good knowledge of php and drupal but I never wrote a drupal module. Can I team up with someone to do this?
Comment #3
stroobl commentedI'm also interested in a port for Drupal 6 / Ubercart 2. As far as I can see, there is no patch for D6 yet, so I'm gone start writing it myself.
If somebody would already have something to start with, please post it and I'll help to complete it.
Comment #4
stevendeporre commentedI've started to pot to D6 and U2. Seems to do a lot if you update hook_menu. Sending payments works. Redirection after ogone ok does not.
changed:
-hook_menu
-hook_install
Comment #5
stroobl commentedI made a patch against 5-1.4 based on the conversion with deadwood and the input I got from Steven Deporre. The patch also includes a small fix in the SQL query around line 422, replaced an %s with %d, as the transaction id is a digit and not a string in the db.
My test payments and cancels work as expected. Would be nice if a few other people could test and review it.
Comment #6
fictionindustries commentedEverything went smoothly (thanks to the readme) but I got an error when ogone redirected me back to my website.
It got fixed using this tweak:
http://drupal.org/node/333857#comment-1127639
So yeah, now it works with the ogone testenvironment.
Comment #7
ayalon commentedMaybe you can post the module?
Comment #8
mhdg commentedI made a version of this module running on D6 but not integrated with ubercard, only with pgapi ! I had no problem testing it with ogone even if my version is still rough !
Comment #9
netsensei commentedInterested here! Is there a definitive patch/full version of this module that can be released for D6?
Comment #10
stroobl commentedMade a tar.gz with the complete module.
I also attached a more detailed README.ogone.txt for the Ogone configuration page I once made for the E-commerce port. Could be useful to include it in the module for people new to Ogone? I didn't check if all info is still up to date, but I think so.
Comment #11
netsensei commentedThanks!
Comment #12
keesje commentedD6 port is ready, your prayers have been heard ;). Its a stable release, tested in some projects. However, getting D5/D6 versions branched nicely in CVS was quite a bumpy road, I hope this somewhat chaotic process did not break things while moving and dragging files, tagging and branching with sweat pooring out. I did learn a lot though.
Please report any bugs, if any.
Thanks,
Kees
Comment #13
keesje commented@luc (#10),
Your patch in #10 "crossed" my work. Please roll a patch again if you have features or bugfixes that still apply. Your patch in #5 is partly used for the D6 port, thanks. Is it posible to remove your atached module from previous posts? It can be confusing when bugs are reported.
Comment #14
keesje commentedComment #15
stroobl commentedHi Kees, I can edit the post, but don't see any option to edit/remove the attachments...
Comment #16
keesje commentedHi Luc,
Me neither: http://drupal.org/node/548076
Not that important :-)
Comment #17
avpadernoComment #10 has been unpublished to hide the attached file.
Comment #19
avpadernoI am emptying the content of the undesired file, now that we can. I apologize for bumping this old issue.