Contributions
Google Checkout Level 2
This will add the option of Google Checkout to your site. It's a Level 2 integration which means that the site will send shipping rates to Google in real time. It will also create customer accounts and create the order for you.
You must have LibCurl and DomXml available on your site along with SSL. It will not work without those requirements.
The installation is very simple(only 1 file to edit) and most people should be able to get it up and running in 15 minutes or less.
Support is at: http://forums.oscommerce.com/index.php?showtopic=224396
Expand All / Collapse All
For those of you using PHP5 and want to use Google checkout Level 2 which requires PHP4 / DOMXML,
it can be accomplished using Alexandre Alapetite's PHP4 to PHP5 DOMXML contribution domxml-php4-to-php5.php. Installation instructions are provided within the zip. Requires only a single added file and one added statement to shopping_cart.php as explained in the install.txt
AlphaLeap
This is the updated package which includes a number of bugfixes.
Version Changes
v0.6 released on 8-26-2006
-Some files were previously written based on a custom OsCommerce install. The mod has been changed to work on a stock OSC install.
:NotificationAPIFunctions.php
Changed to use the products_id field when updating orders instead of products_model since many stores dont use the products_model field
Order Status is pulled from the configuration table and not automacally set to PAID
:MerchantCalculationsAPIFunctions.php
Updated the shipping method loop
:Google_Item_Code.php
Changed the Item Description to include the products ID
:Google_checkout.sql
Added the Order Status field
Changed to use individual inserts instead of one big one.
Fixed bug in SQL changing '(' to GOOGLE_CHECKOUT_PRODUCTION. This value was causing all transactions to be directed to the sandbox.
This will add the option of Google Checkout to your site. It's a Level 2 integration which means that the site will send shipping rates to Google in real time. It will also create customer accounts and create the order for you.
You must have LibCurl and DomXml available on your site along with SSL. It will not work without those requirements.
The installation is very simple(only 1 file to edit) and most people should be able to get it up and running in 15 minutes or less.
Support is at: http://forums.oscommerce.com/index.php?showtopic=224396
Note: Contributions are used at own risk.