Home : How To Set Up Amazon Payments in Cart32
Step 1 - Get Your Amazon Data Entered Into Cart32
  1. Click here to sign up for Checkout By Amazon
  2. Click here to sign up for Amazon Simple Pay
  3. Go to the Cart Settings -> Amazon tab in the Cart32 web admin
  4. Check the boxes to turn on Amazon Simple Pay and Checkout By Amazon
  5. In another window, log on to Amazon Seller Central - Click here
  6. In Amazon, go to Integration -> Access Key to get the Amazon Access Key ID
  7. In Amazon, go to Integration -> Access Key to get the Amazon Secret Access Key
  8. Enter in your Amazon Seller Email Address and Password
  9. In Amazon, go to Settings -> Account Info to get the Amazon Merchant Token
  10. In Amazon, go to Settings -> Checkout Pipeline Settings to enter in the Amazon Instant Order Processing Notification Merchant URL
  11. 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
  1. Amazon Simple Pay shows up as a paymethod choice during checkout

Step 3 - Checkout By Amazon - See the button on the itemlist page
  1. Checkout By Amazon shows up on the itemlist page
  2. The customers then logs on with their Amazon account
  3. The customer finalizes their order
  4. The order then comes into the Cart32 Admin
  5. 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
  1. 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.
  2. Note: The ItemList.html template file can be editing by going to Cart Settings -> Manage Template Files in the Cart32 Web Admin.