Hi,

I am currently finishing integration with a third party payment gateway and my own bespoke shopping cart.

Currently:-
My checkout process page adds all the order and customer data to my database tables. There is an HTML form in the HTML of that page that is submitted by JavaScript onload that posts the required data I have already collected to the Payment Gateway. On successful payment, the Order in the database...