michael_s
05-03-2008, 06:19 PM
BETA SOFTWARE : Do Not Use on a Live Store - for testing only!
I need a little help beta testing the latest update for the Google Checkout module. I just finished updating the code, but could use some help testing in on a few other shops.
If you have a development osCMax RC3.0.1 shop, grab the attached zip and give it a try on your code base.
This is beta software, so it may have some bugs in it that cause issues with either the install process or checkout, so Do Not Use on a Live Store
On an un-modified osCMax RC3.0.1, unzip the archive and upload the files, overwriting the osCMax files. If you already have an earlier version of google checkout installed in your shop, be sure to disable the module prior to upgrading, then after upgrading, re-enable it for the changes to take effect.
Also included are manual install instructions for osCMax, if needed.
Please report any problems in this thread.
Change Log (update from 1.4beta)
Added Carrier Calculated Shipping Support (CCS)!!
(Google Checkout Developer's Guide Addendum - Carrier-calculated Shipping - Google Checkout APIs - Google Code (http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Carrier_Calculated_Shippin g.html))
Added Sandbox and Production id/key config in Admin UI
Added SANDBOX string to the payment method in order page for orders processedwith GC using sandbox.
Added a warning under the GC Button when in Sandbox mode.
Added a warning in the Payment Modules page in the Admin UI when in Sandbox mode.
Disalbe merchant Calculation Shipping methods from the Admin UI by settingDefault value to 0.
Added Google Checkout Custom Order States that match Google Checkout ones. (Check INSTALLATION, an SQL must be run to update old GC order status)
Check for non-valid state changes
Allow product categories to use GC as checkout system
Added Cart Expiration
Check for correct configure.php defines to avoid shipping module inclusion errors
Added a configuration to disable GC button for specific product categories (double check Google Checkout Program Policies and Guidelines (http://checkout.google.com/seller/policies.html#4))
Send Zencart's Credentials to new customers created with GC
If AutoCharge is enabled in GC, a whole Digital purchase is processed without merchant intervention.
Use updated PHP Sample code
Changed PHP Sample code parser classes names to avoid complicts (XMLParser -> CG_XMLParser, XMLBuilder -> CG_XMLBuilder)
Added Cancel Order feature.
Added shipping_methods_uk.php with UK pre-configured shipping methods.
Admin UI configuration regroupment
Added Recommended Default Values to Shipping_generator
I need a little help beta testing the latest update for the Google Checkout module. I just finished updating the code, but could use some help testing in on a few other shops.
If you have a development osCMax RC3.0.1 shop, grab the attached zip and give it a try on your code base.
This is beta software, so it may have some bugs in it that cause issues with either the install process or checkout, so Do Not Use on a Live Store
On an un-modified osCMax RC3.0.1, unzip the archive and upload the files, overwriting the osCMax files. If you already have an earlier version of google checkout installed in your shop, be sure to disable the module prior to upgrading, then after upgrading, re-enable it for the changes to take effect.
Also included are manual install instructions for osCMax, if needed.
Please report any problems in this thread.
Change Log (update from 1.4beta)
Added Carrier Calculated Shipping Support (CCS)!!
(Google Checkout Developer's Guide Addendum - Carrier-calculated Shipping - Google Checkout APIs - Google Code (http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Carrier_Calculated_Shippin g.html))
Added Sandbox and Production id/key config in Admin UI
Added SANDBOX string to the payment method in order page for orders processedwith GC using sandbox.
Added a warning under the GC Button when in Sandbox mode.
Added a warning in the Payment Modules page in the Admin UI when in Sandbox mode.
Disalbe merchant Calculation Shipping methods from the Admin UI by settingDefault value to 0.
Added Google Checkout Custom Order States that match Google Checkout ones. (Check INSTALLATION, an SQL must be run to update old GC order status)
Check for non-valid state changes
Allow product categories to use GC as checkout system
Added Cart Expiration
Check for correct configure.php defines to avoid shipping module inclusion errors
Added a configuration to disable GC button for specific product categories (double check Google Checkout Program Policies and Guidelines (http://checkout.google.com/seller/policies.html#4))
Send Zencart's Credentials to new customers created with GC
If AutoCharge is enabled in GC, a whole Digital purchase is processed without merchant intervention.
Use updated PHP Sample code
Changed PHP Sample code parser classes names to avoid complicts (XMLParser -> CG_XMLParser, XMLBuilder -> CG_XMLBuilder)
Added Cancel Order feature.
Added shipping_methods_uk.php with UK pre-configured shipping methods.
Admin UI configuration regroupment
Added Recommended Default Values to Shipping_generator