VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Payment Modules => Topic started by: Joomla!freak on March 07, 2007, 03:05:06 AM

Title: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: Joomla!freak on March 07, 2007, 03:05:06 AM
Hello World

in another post i started with a hack to use Ogone with VirtueMart.
But that was not a good solution. So I wrote a payment module.

I also noticed that Rabo Internetkassa (NOT Rabo Ideal) uses the same sytem

Download from the J!forge:

http://joomlacode.org/gf/project/ogonevirtuemart/


Ogone Payment module to integrate with VirtueMart

to use with Ogone E-commerce program

Features:

-multilangual (todo)

-send shopping cart info to ogone server ( ok)
-retrieve ogone information ( payment number,...) and store in VirtueMart Database (ok)

configuration :

-create a static template to use with ogone ( and see preview) (todo)
-create a template.htm file to use with ogone (todo)

UPDATE added screenshots

UPDATE : download 1.0 Beta at the J!Forge

(http://www.freakout.be/freakout2006/images/ogone/ogonepayment01.jpg)
(http://www.freakout.be/freakout2006/images/ogone/ogonepayment02.jpg)
(http://www.freakout.be/freakout2006/images/ogone/ogonepayment03.jpg)
Title: Re: Ogone payment module
Post by: Phew on March 11, 2007, 19:39:19 PM
Great work! Can't wait for you to finish it! If you need some help on design, just say so :)
Title: Re: Ogone E-commerce / Rabobank Internetkassa payment module
Post by: Joomla!freak on March 13, 2007, 15:46:46 PM
On the frontend there is no real "design" only a button with "pay with ogone"
(with a classname so you can modify with css)

On the backend the design is almost finished.

I also noticed that Rabobank Internetkassa (NOT Rabobank Ideal)  the same sytem use.

So It will be  a Ogone/Rabobank Internetkassa payment module . ( but I can not test it on Rabobank because I have no account with that bank)

When will it be finished ? Well the website that this payment module gonna use must launch before 25/3/2007 , so probably around that time a stable version will be released.

Title: Re: Ogone E-commerce / Rabobank Internetkassa payment module
Post by: Phew on March 25, 2007, 16:27:00 PM
Quote from: Joomla!freak on March 13, 2007, 15:46:46 PM
On the frontend there is no real "design" only a button with "pay with ogone"
(with a classname so you can modify with css)

On the backend the design is almost finished.

I also noticed that Rabobank Internetkassa (NOT Rabobank Ideal)  the same sytem use.

So It will be  a Ogone/Rabobank Internetkassa payment module . ( but I can not test it on Rabobank because I have no account with that bank)

When will it be finished ? Well the website that this payment module gonna use must launch before 25/3/2007 , so probably around that time a stable version will be released.

I can test it for you... I have an account with that bank. I only need some details from you where I can test it.
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module
Post by: Joomla!freak on March 25, 2007, 21:22:14 PM
QuoteI only need some details from you where I can test it.

https://i-kassa.rabobank.nl/

and click "aanvragen testkassa"

Normally this week i will upload stable version.
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module
Post by: Joomla!freak on March 27, 2007, 21:11:17 PM
Today is a great day to release the 1.0 Beta

http://joomlacode.org/gf/project/ogonevirtuemart/

Please use the forum on the forge to post bugs, questions,...
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: AmSt4ff on June 13, 2007, 20:25:33 PM
Hi,

I get this error (VM 1.10 JM 1.12)

Warning: main(/home/growshop/www/administrator/components/com_virtuemart/classes/payment/og_ogone.php): failed to open stream: No such file or directory in /home/growshop/www/administrator/components/com_virtuemart/html/store.payment_method_form.php on line 39

Warning: main(/home/growshop/www/administrator/components/com_virtuemart/classes/payment/og_ogone.php): failed to open stream: No such file or directory in /home/growshop/www/administrator/components/com_virtuemart/html/store.payment_method_form.php on line 39

Warning: main(): Failed opening '/home/growshop/www/administrator/components/com_virtuemart/classes/payment/og_ogone.php' for inclusion (include_path='.:/usr/local/php4/lib/php') in /home/growshop/www/administrator/components/com_virtuemart/html/store.payment_method_form.php on line 39

Payment Method Form
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: Joomla!freak on June 13, 2007, 20:32:01 PM


Quote from: AmSt4ff on June 13, 2007, 20:25:33 PM
Hi,

I get this error (VM 1.10 JM 1.12)

Warning: main(/home/growshop/www/administrator/components/com_virtuemart/classes/payment/og_ogone.php): failed to open stream: No such file or directory in /home/growshop/www/administrator/components/com_virtuemart/html/store.payment_method_form.php on line 39

Warning: main(/home/growshop/www/administrator/components/com_virtuemart/classes/payment/og_ogone.php): failed to open stream: No such file or directory in /home/growshop/www/administrator/components/com_virtuemart/html/store.payment_method_form.php on line 39

Warning: main(): Failed opening '/home/growshop/www/administrator/components/com_virtuemart/classes/payment/og_ogone.php' for inclusion (include_path='.:/usr/local/php4/lib/php') in /home/growshop/www/administrator/components/com_virtuemart/html/store.payment_method_form.php on line 39

Payment Method Form


See also Forum At Joomlacode and Dutch at joomla.org http://forum.joomla.org/index.php/topic,147571.0.html

http://joomlacode.org/gf/project/ogonevirtuemart/forum/?action=ForumBrowse&forum_id=164

In the 1.0 BETA manual there are some type errors

you need to fill in ps_ogone, Not og_ogone
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: AmSt4ff on June 13, 2007, 20:48:53 PM
ok got that fixed but now with checking out when they should be send to the ogone site this code pops up:

Parse error: syntax error, unexpected '>' in /home/growshop/www/administrator/components/com_virtuemart/html/checkout.thankyou.php(84) : eval()'d code on line 43


By the way what do you mean with the sha.php signature?

You can PM me in dutch if you like ;-)
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: Joomla!freak on June 14, 2007, 00:43:25 AM
Quote from: AmSt4ff on June 13, 2007, 20:48:53 PM
ok got that fixed but now with checking out when they should be send to the ogone site this code pops up:

Parse error: syntax error, unexpected '>' in /home/growshop/www/administrator/components/com_virtuemart/html/checkout.thankyou.php(84) : eval()'d code on line 43



Follow the Dutch Forum , the manual in the beta 1.0 is not good.

it's a cop/paste error
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: AmSt4ff on July 22, 2007, 12:08:23 PM
I got all errors gone but it seems that the module isn't connecting to the ogone server because when its redirected to Ogone i get nothing no amount,order,payment option nothing only a blank page with only the ogone logo, what can it be???

I need it urgently! so please help me out.
Title: Re: Ogone E-commerce / Rabo Internetkassa payment
Post by: saffrongeek on July 28, 2007, 10:18:50 AM
hi ,

    Is this release compatible with VM 1.1 ... i dont find the tabs that were there in beta 0.7 in the edit payment modules :(

saffrongeek
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: ruudjonk on July 08, 2008, 13:47:15 PM
no not yet, today i contacted the author of this module to ask him if he could help me with the fortis neos ideal module that is based on this one. I got that module working with joomla 1.5.4 and virtuemart 1.1.1 but i cant get the payment information on the order detail page yet.

I hope he will help me/us out with this. If I find something to get everything working with the fortis neos module, i will post it here so that this module can be adjusted the same way.
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: rossi256 on August 23, 2008, 10:07:22 AM
Is there any news about Ogone-Payment module for J1.5 / VM1.1 ??

thanks in advance
Rossi
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: ruudjonk on August 23, 2008, 17:20:30 PM
Well, i didn't find any time yet to continue development of this module, i do have the fortis neos version working, but without the auto status update function. It isn't very hard to adjust this to ogone, but like i have to find some time to do so.
I'll let you know here when i'm starting to work on it again
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: ruudjonk on September 24, 2008, 22:07:14 PM
Today I released Fortis Neos iDEAL beta 0.3.15 joomla 1.5.x module for Joomla 1.5.x.

You can download it at http://www.guarley.com

But keep in mind it is a beta version. If you find a bug, please let me know at our forum at guarley.com

(Please consider a donation if you'r using/like this module)

If there our some people who whant a ogone module please contact me at http://www.guarley.com, and leave some information about ogone's payment url's at my forum. Than I try to adjust the fortis neos ideal module to ogone.
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: ruudjonk on October 10, 2008, 19:46:11 PM
Quote from: ruudjonk on September 24, 2008, 22:07:14 PM
Today I released Fortis Neos iDEAL beta 0.3.15 joomla 1.5.x module for Joomla 1.5.x.
You can download it at http://www.guarley.com
But keep in mind it is a beta version. If you find a bug, please let me know at our forum at guarley.com
(Please consider a donation if you'r using/like this module)
If there our some people who whant a ogone module please contact me at http://www.guarley.com, and leave some information about ogone's payment url's at my forum. Than I try to adjust the fortis neos ideal module to ogone.

Today I released the new module u can use with ogone, rabobank and fortis. You can download it from te same site as in the post above
Title: Re: Ogone E-commerce / Rabo Internetkassa payment module 1.0 Beta
Post by: ruudjonk on October 27, 2008, 15:04:25 PM
new version is no longer on guarley.com but on http://www.ideal-module.nl
You can test the module there in their test webshop