items
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
Jun 20, 2012
How can the cart data be posted to the sandbox for testing?