This is a discussion on [Beta Module] Google Checkout for osCMax v1.4.5 CCS within the Google Checkout forums, part of the Payment Modules category; BETA SOFTWARE : Do Not Use on a Live Store - for testing only! I need a little help beta ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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)
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| Nobody wants to help test this?
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| I checked your google checkout module and I found that it is the very same code to official GGC 145a, so it will be suffer from the same bug that the official module have. I will talk about GGC integration first. At first I try to install it over OSCMaxRC4, the error show that a table name "zone to geo zone" (sorry i can't remember an exact name) doesn't exist. I think this error has nothing to do with GGC module but it happen becuase the rc4 database building script is not complete yet. So I install it over OSCMaxRc3.01 and it works if I checking out normally from my shopping cart page with GGC. However, if I didn't click GGC and click normal checkout button instead, there are 2 minor bugs occur as follow: 1. After I click the normal checkout button, the login.php page will pop up and ask me to sign in. If I click the GGC button in this login page, I expect to go to google page but I get stuck here. 2. If I do login in the login page above or click the purchase with out account, there are no google checkout list as my payment method. I will talk about official bug in later post. |
|
#4
| |||
| |||
| The official bug that I have been found on my website ( I have my own modificatoin over original OSC). 1. The order total value won't display correctly in google page. This because the error in file gcheckout.php. It psot wrong xml to google server, check out this thread in google forum. 2. The attribute stock won't be deducted because the file responsehandler.php, which suppose to post data back to your store, wasn't designed for QTPro or anything like this contribution. There are some thread in osc forum about how to integrate QTpro with GGC but I can't find it, sorry. 3. When customer make order, google will create order log in admin side. Somehow, if you are not selling in US, the country of the buyer won't come in and it will show Afganistan which is the first country in the list instead. This will result in wrong Tax zone. The solution is in this thread. 4. If you fix the above problem, GGC will be able to post correct country of the buyer in to your admin order page, but this time it will post in country ISO code not the country name like another order. This thing can be modified easily in responsehandler.php by making it query the country name form the ISO code in your database before post them to order log. 5. This is the last problem I'm unable to find anyway to solve, it is the wrong shipping weight calculation. It will occur if you buy the same product with different attribute, like 1 shirt Color black Size L and 1 shirt color red size L, it will calculate the weight only 1 product instead of 2. I think the problem lies within gcheckout.php. It should be able to separate product with different attribute from each other. But i'm not good at php at all so I can't fix it myself. That's all problems that I know. I hope somebody can provide a fix since there are no support from official GGC for OSC anymore. |
|
#5
| ||||
| ||||
| Of course it is the exact same code as the official Google Checkout 145 module . It is just ported to work with osCMax. No changes at all to the core module (and there will not be any). I am not developing this module, just porting the existing code to work with osCMax. Whatever existing bugs in the actual module should be addressed at the Google Checkout module discussion group. Regarding the problems with the module installation on osCMax, I will address those, as that is the feedback I am looking for. The zones_to_geo_zones error is a known issue in RC4 right now, but intermittent and has something to do with mysql timinig out during the sql execution during the initial installation of osCMax. This results in the last table zones_to_geo_zones not being created, resulting in the error you see. Simple workaround is to open the osCMax.sql file in the install directory, copy the sql that creates the zones_to_geo_zones table and manually create the table with phpmyadmin. This problem does not occur every time, and I can install with no issues on the very same server more than 50% of the time. It is odd and I am trying to work out where the issue occurs. 1. RC3 issues - I will attempt to repeat this error and look for the solution. 2. I did not include the GC code in the PWA module. It was an oversight. I will add the integration code to the PWA files and include in a new package. A workaround is to copy the integration code (the code that shows the button) into the PWA files.
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Tags |
| google checkout, oscmax, payment module |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Google Checkout Module? | carver6 | Google Checkout | 52 | 03-19-2008 08:08 PM |
| Official Google Checkout v1.4 for osCMax 2.0 thread | michael_s | Google Checkout | 15 | 03-19-2008 07:59 PM |
| Google Checkout for osCMax | michael_s | osCMax Projects Discussion | 12 | 11-20-2007 05:25 PM |
| Google Checkout module for osCommerce | michael_s | New osCommerce Contributions | 0 | 05-13-2007 06:26 AM |
| Google Checkout module for osCommerce | michael_s | New osCommerce Contributions | 0 | 01-12-2007 05:01 AM |