3 replies [Last post]
terry22's picture
Offline
Joined: 02/16/2009
Juice: 41
Was this information Helpful?

Hi, in the 5.14 code of the ogone module,
the return url is disabled so after the payment i'm not redirected to my shop.
It is said that the return url has to be set in ogone backend.
but in ogone backend there is a post sale url not a return url.
in ogone doc, it is said that the return url has to be set in form...

does someone may clarify this for me?

thank you

Gavalar's picture
Offline
Joined: 12/24/2008
Juice: 101
terry22: I would read 'post

terry22:

I would read 'post sale' as the return URL. Give it a try

terry22's picture
Offline
Joined: 02/16/2009
Juice: 41
Re: terry22: I would read 'post

thank you for your answer.
What do you use as return / post sale url?
/cart/checkout/ogone_return_ok or /cart/checkout/ogone_ok?

Gavalar's picture
Offline
Joined: 12/24/2008
Juice: 101
Re: Re: terry22: I would read 'post

I use worldpay but my return URL is www.[site name]/cart/worldpay/complete

I'd imaginge Ogone will require the full URL, as this tripped me up on Worldpay. Cause I only put in /cart/worldpay/complete

**EDIT:
This is what I pulled from the Readme:

Ogone backend:
-Enable 'Get' under 1.1
-Fill in 'http://www.yourdomain.com/cart/checkout' under 2.2
-Fill in 'http://www.yourdomain.com/cart/ogone_return_ok' under 4.1 (OK URL)
-Enable "Make this request just after..." onder 4.2
-Enable "Display a ticket to the client if ..." under 5.2
-You have to use SHA-1 signatures, or else your merchant-feedback might be messed with.
This module will NOT work without them. See SHA-1 signatures as pre-shared passwords if you do not know what it is.
-3.2: must be the same as "SHA-1 Signature pre"
-4.4: must be the same as "SHA-1 Signature post"
(you can use the same key for both if you like)

So i would use for the return:
http://www.[yoursite name]/cart/ogone_return_ok

Hope that helps