Payment Success Page

Can anyone point me to the right direction where the payment success page is located? The page where the user is redirected after he paid successful on paypal website, to add the tracking cookie there. Can't find where the page is located.

Quote · 21 Dec 2009

Anyone knows where to put tracking pixel for payment success?

Quote · 21 Dec 2009

Anybody ever figure this out?

Quote · 5 Jun 2011

PayPal return transaction data to this url : http://your_site.com/m/payment/act_finalize_checkout/PayPal

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 5 Jun 2011

Sasha I tried your link and it redirects me to this link after payment: http://yoursite.com/m/payment/cart/

instead of the PAYMENT SUCCESSFUL PAGE.

 Also the cart remains empty

Quote · 5 Jun 2011

There is no payment sucessful page.

It takes the message from _payment_2co_msg_verified or _payment_pp_msg_verified keys you sent with payment sucess in your payment module when you return '1' as return code and simple show the page with a system msgbox.

In BxPmtModule, function _onResultPage (last function in the file) you can see how it's used.

If you want anything else you have to make your own template for how to show the payment sucess page, but it's something you have to dig up yourself.

It would be nice to have the 'cart' items return in this final page, but another approche could be to fill the message sent back with code=1 so the msgbox would be filled with just more than 'Successfully verified' text.

For example if you get some parameters back from the payment provider you could add some text into that return message and see how it will be formated and work something out..

If you get sucessful, please send me a pm about it, working on alertpay and a custom sms payment solution myself and want to change things like this too.

Quote · 5 Jun 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.