Insert step in checkout process

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
accust01
Ensign (ENS)
Ensign (ENS)
Posts: 2
Joined: Wed Jun 11, 2008 2:01 pm

Insert step in checkout process

Post by accust01 » Wed Jun 11, 2008 2:08 pm

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?

Post Reply