Silencer Posted May 18, 2003 Posted May 18, 2003 Many payment gateways can post back transaction results to some script on your online shop. This is useful for automatic changing order status from "Pending" to "Processing", eliminating need to instantly check gateway reports page and change status manually. Had anyone implement such thing? I written code for PaySystems that works about 3 month in live shop (5-10 orders per day). Problem i encountered - i use pre-MS osc version, that lost order if customer not return from payment page. So, i modify code for inserting order into database before customer redirected to payment page, but this cause duplicate orders (one of them remain "waiting payment" forever) if customer go thru checkout_confirmation.php twice (pressing back or refresh). Any suggestions? Has MS release still losing orders if customer not return from gateway? There is always more than one way to do it. And always Keep It Simple, Stupid.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.