After adding the checkout by Amazon feature in AbleCommerce, how to move basket to order while receiving amazon order notification?
We would like to do this the same way as checkout in AC.
How to move basket to order with checkout by amazon
Re: How to move basket to order with checkout by amazon
I think one possibility is to create some Generic handler (ashx) file in AbleCommerce pages. Then update some where in amazon settings to make sure this handler will be used for confirmation callbacks. There would be certain information sent by amazon to callback link upon successful checkout. So what you may need in your generic handler is to grab information sent by amazon, then create an order using AbleCommerce API manually through code and finally redirect user to receipt page corresponding to newly created order.