Ogone Plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Hi,

Does anyone have experience with the ogone payment extension?

https://www.nopcommerce.com/p/51/ogone-payment-module.aspx

In the readme I noticed it needs a recompile of nopCommerce source. Is this really neccessary? I mean, it should be possible to write an extension without the need for recompiling? (why call it an extension then?)

Thanks!
13 年 前
BUMP?
12 年 前
rudgr wrote:
Hi,

Does anyone have experience with the ogone payment extension?

https://www.nopcommerce.com/p/51/ogone-payment-module.aspx

In the readme I noticed it needs a recompile of nopCommerce source. Is this really neccessary? I mean, it should be possible to write an extension without the need for recompiling? (why call it an extension then?)

Thanks!


I intend to integrate the Ogone Payment plugin in 1.9 and it does indeed require a recompile of the source.
Also bear in mind that the current plugin is only for version 1.2. It needs an update urgently !
12 年 前
Please have a look at the new Ogone e-commerce payment extension. It works in NopCommerce 2.20 & 2.30.

https://www.nopcommerce.com/p/343/ogone-payment-for-nopcommerce.aspx
12 年 前
Hi Tom,

I was working on a port of some Ogone code as well, but I kept running in to the problem that the user was redirected to:

https://secure.ogone.com/nopcommercedev/

instead of:

https://www.myshopdomain.com/nopcommercedev/

after completing the payment.

I think the problem is related to the view that I return in my post payment handler.

According to ogone I was sending a relative url instead of absolute url in my redirection response (the url in ACCEPTURL is set correctly, it's just the redirection response of the post payment request ):

REDIRECTION FROM PS ANSWER: HTTP/1.1 302 HTTP/1.1 HTTP/1.1 302 Found
Connection: Keep-Alive
Content-Length: 133
Date: Tue, 13 Dec 2011 17:01:52 GMT
Location: /nopcommercedev/
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
Cache-Control: private
X-AspNetMvc-Version: 3.0
X-AspNet-Version: 4.0.30319
Set-Cookie: Nop.customer=7c8cbac1-08a3-4611-9918-ef5207134c94; expires=Wed, 12-Dec-2012 17:01:51 GMT; path=/
X-Powered-By: ASP.NET

How did you solve this?

Thanks!
12 年 前
This sounds like a partial url.  Somewhere you have set a partial URL instead of the full URL (http:// ...)
12 年 前
yeah I know, but I'm quite sure I'm sending only absolute URLs (with http://)
12 年 前
Hi Tom,

Do you plan to upgrade the plug-in to version 2.5?
If so, when?
12 年 前
Yes, I am planning to have a look at the new Nopcommerce 2.5 version and release a new version of the Ogone Payment Plugin in the next few days if everything goes according to plan...
12 年 前
Great! Thanks!!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.