Google Checkout integration now available

Posts: 2008
Joined: 08/07/2007
AdministratoreLiTe!

I am pleased to announce that Ubercart's integration of Google Checkout is now available for download at http://drupal.org/project/uc_google_checkout. This module provides access to the Checkout API and the level 2 Order Processing API. Documentation to help set it up is available here, and you can learn more about Google Checkout here.

If you don't have a Google Checkout Merchant account yet, and you want to help support the development of Ubercart, sign up for one through this link.

Thanks for all your patience and support.

Posts: 4
Joined: 03/31/2008

Great job Lyle, I've been waiting for this. Now I definitely think Ubercart will be headed to the top of the heap of open source ecommerce solutions. Keep up the good work!

Posts: 67
Joined: 01/18/2008

This is great news!

I installed it and worked great.

I did have a few things though;

First, when the checkout image in the cart, onmouse out I get an error in firebug:

missing ; before statement
[Break on this error] return window.status = What is Google Checkout?;

Also I did run into a problem with the fact that Google only handles one input area for callback features, and had been using CiviCRM events registration.

There is a post at:
http://groups.google.com/group/google-checkout-api-integration/browse_th...

Anyone interested in addressing this issue?