eels1982 Posted May 29, 2007 Share Posted May 29, 2007 I am using the Ogone payment module for the osCommerce shop. When I test the online payment, orders are correctly updated. But only if I let the Ogone platform redirect to the osCommerce shop. When I close the window first, the order is not entered. I have configured checkout_success.php as my postsale page, and I have chosen to do the updating in the background & deferred and I checked Authorize to defer the request if the online request has failed ?' yes. Can anybody help me on the right track, to also receive updates when the user closes his window (should get updated with postsale...)? Quote Link to comment Share on other sites More sharing options...
♥bruyndoncx Posted May 29, 2007 Share Posted May 29, 2007 I am using the Ogone payment module for the osCommerce shop.When I test the online payment, orders are correctly updated. But only if I let the Ogone platform redirect to the osCommerce shop. When I close the window first, the order is not entered. I have configured checkout_success.php as my postsale page, and I have chosen to do the updating in the background & deferred and I checked Authorize to defer the request if the online request has failed ?' yes. Can anybody help me on the right track, to also receive updates when the user closes his window (should get updated with postsale...)? I'm not up-to-date on the exact ogone postsale details that you are referring too, however, the general case when the customer doesn't complete with the redirect to the oscommerce shop is covered by the held orders contribution which basically captures all order details before sending the customer to the payment provider. Quote KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt Link to comment Share on other sites More sharing options...
eels1982 Posted June 4, 2007 Author Share Posted June 4, 2007 I'm not up-to-date on the exact ogone postsale details that you are referring too, however, the general case when the customer doesn't complete with the redirect to the oscommerce shop is covered by the held orders contribution which basically captures all order details before sending the customer to the payment provider. I think that is not the particular solution for my case. I'm really needing a page that updates the database via an ogone postsale request. Because with my current settings, the database is only updated through the redirect page. When the browser is closed (and the redirect is not complete), the database now does not get updated. Anybody else dealt with this? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.