by Stefko » Thu Sep 15, 2005 4:41 am
Sure can!
checkout.pl can process the order and submit to a payment processor and even return the results of the payment processor and process that data as well!
The checkout.pl I use will write to a Database all the order info in one table and the products ordered in another table (which are cross-linkecd) adjust the inventory in the Inventory Database, process to a gateway, if the request is denied, then inventory is added back and the DENIED status a added the to the order info database, and an email is created with the Order Confermation or Order Denied!
What gateway/payment processor are you using?
Last edited by
Stefko on Thu Sep 15, 2005 4:48 am, edited 1 time in total.