How to move basket to order with checkout by amazon

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
JSlee
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Tue Jul 06, 2010 7:30 am

How to move basket to order with checkout by amazon

Post by JSlee » Tue Jul 06, 2010 7:38 am

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: How to move basket to order with checkout by amazon

Post by mazhar » Wed Jul 07, 2010 7:38 am

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.

Post Reply