simpleCart(js)

items
Items:
Total:

Google Checkout

In order to use Google Checkout, you can set the options like this:

simpleCart({
    checkout: { 
        type: "GoogleCheckout" , 
        marchantID: "XXXXXXXXX" ,

        // http method for form, "POST" or "GET", default is "POST"
        method: "POST" 
    } 
});

Google Checkout only accepts USD and GBP as currency

Comments

  1. Jun 20, 2012

    stephanie  said:

    How can the cart data be posted to the sandbox for testing?

Commenting is not available in this channel entry.