| Home : How To Set Up Amazon Payments in Cart32 | |
 | Step 1 - Get Your Amazon Data Entered Into Cart32 |  | - Click here to sign up for Checkout By Amazon
- Click here to sign up for Amazon Simple Pay
- Go to the Cart Settings -> Amazon tab in the Cart32 web admin
- Check the boxes to turn on Amazon Simple Pay and Checkout By Amazon
 - In another window, log on to Amazon Seller Central - Click here
- In Amazon, go to Integration -> Access Key to get the Amazon Access Key ID
- In Amazon, go to Integration -> Access Key to get the Amazon Secret Access Key
 - Enter in your Amazon Seller Email Address and Password
- In Amazon, go to Settings -> Account Info to get the Amazon Merchant Token
 - In Amazon, go to Settings -> Checkout Pipeline Settings to enter in the Amazon Instant Order Processing Notification Merchant URL
 - For each shipping type you have to assign an Amazon Shipping Service Level. Go into the Cart Settings -> Shipping Types tab and edit each shipping type.

|
|  | |  |
 | Step 2 - Amazon Simple Pay - See the Amazon payment type |  | - Amazon Simple Pay shows up as a paymethod choice during checkout

|
|  | |  |
 | Step 3 - Checkout By Amazon - See the button on the itemlist page |  | - Checkout By Amazon shows up on the itemlist page
 - The customers then logs on with their Amazon account
 - The customer finalizes their order
 - The order then comes into the Cart32 Admin
 - You can click on the "Amazon Order" link to mark an order as shipped or refund the order.

|
|  | |  |
 | Step 4 - Customize where the Checkout By Amazon is placed |  | - By default, Checkout By Amazon will show beside checkout button as shown above. To customize where the button goes add the following code to your ItemList.html template file:
<UseCheckoutByAmazon> <td valign=top align=center><font face="Tahoma,Arial" size="2"> - Or Use - </font></td> <td align=center><!CheckoutByAmazon></td> </UseCheckoutByAmazon>
Everything inside of the <UseCheckoutByAmazon></UseCheckoutByAmazon> tags will only show if Checkout By Amazon is turned on. The <!CheckoutByAmazon> tag places the button exactly where you want it. - Note: The ItemList.html template file can be editing by going to Cart Settings -> Manage Template Files in the Cart32 Web Admin.
|
|  | |  |
|