Page 1 of 1

Insert step in checkout process

Posted: Wed Jun 11, 2008 2:08 pm
by accust01
I am going through the AbleCommerce ASP.NET site/code. I want to insert a few extra steps (lines of code) in the checkout process - when the order is actually placed. I need to communicate with another site (via Web Service call) and send the order to them. The ConLib_ReceiptPage contains the orderid generated by AbleCommerce, so this looks like the logical place to put the code. Does that sound right, or have I missed a step?

Also, I was wondering is what if I wanted to push all order processing to a different site and generate the orderid's from that site and store them in AbleCommerce?