New Zenner
- Join Date:
- Aug 2006
- Posts:
- 4
- Plugin Contributions:
- 0
Google Checkout module for ZC 1.3.x (beta)
Where can I get the latest beta of this mod?
Views: 1,099,613
New Zenner
Where can I get the latest beta of this mod?
Zen Follower
fc10:
Where can I get the latest beta of this mod?
Here is the svn with the latest version
http://code.google.com/p/google-checkout-zencart/source
ropu
Zen Follower
spf:
Ropu, I tried to test your 1.05beta R37... got the following error..
Warning: main(/home/xyzstore/public_html/beta/includes/languages/english/modules/payment/show_google_components.php) [function.main]: failed to open stream: No such file or directory in /home/xyzstore/public_html/beta/Color1/modules.php on line 174
I don't think file "show_google_components.php" should be even in that folder, /includes/languages/english/modules/payment/ Can you help explain this?
BTW, when you expect to release 1.05 this week? thanks
spf, i do a new update to the SVN.
http://google-checkout-zencart.googlecode.com/svn/trunk/
Files modified are
googlecheckout/gcheckout.php
googlecheckout/responsehandler.php
includes/modules/payment/googlecheckout.php
please send feedback.
ps: ill be on vacations next week, so i wont be answering the forum, but ill be back on mon-29 to resume with the work.
ropu
New Zenner
ropu:
spf, i do a new update to the SVN.
http://google-checkout-zencart.googlecode.com/svn/trunk/
Files modified are
googlecheckout/gcheckout.php
googlecheckout/responsehandler.php
includes/modules/payment/googlecheckout.phpplease send feedback.
ps: ill be on vacations next week, so i wont be answering the forum, but ill be back on mon-29 to resume with the work.
ropu
ropu, it still does not work.. When I access my payment page from admin site, I got the same warnings.. It seems something was broken in the new beta..
New Zenner
He will be back to fix it at the end of the month. I hope he went somewhere warm for vacation. :cool:
Zen Follower
spf:
Ropu, I tried to test your 1.05beta R37... got the following error..
Warning: main(/home/xyzstore/public_html/beta/includes/languages/english/modules/payment/show_google_components.php) [function.main]: failed to open stream: No such file or directory in /home/xyzstore/public_html/beta/Color1/modules.php on line 174
I don't think file "show_google_components.php" should be even in that folder, /includes/languages/english/modules/payment/ Can you help explain this?
BTW, when you expect to release 1.05 this week? thanks
You are correct, the file "show_google_components.php" should be in the folder: /includes/modules This is where it is located in the files that ropu linked.
Zen Follower
ropu:
spf, i do a new update to the SVN.
http://google-checkout-zencart.googlecode.com/svn/trunk/
Files modified are
googlecheckout/gcheckout.php
googlecheckout/responsehandler.php
includes/modules/payment/googlecheckout.phpplease send feedback.
ps: ill be on vacations next week, so i wont be answering the forum, but ill be back on mon-29 to resume with the work.
ropu
ropu,
I tried to put all the files from 1.0.5b1 in place. Here's what I found:
Using USPS shipping still does not work. In addition to missing Media Mail as a shipping option in includes/modules/payment/googlecheckout.php, the amounts transmitted to GCO are the defaults I set in the payment module for GCO. No calculated rates from USPS. I realize this may be hard for you to troubleshoot as you may not have access to the USPS shipping API.
This may be related to an warning message that I got when trying to set up the GCO payment options. I believe it was something like "Warning: Invalid argument in foreach line 267 in gcheckout.php" This message occured with the strictly stock versions of the files you currently have in R38.
I could only get table rates to be included if I did not have a zone selected in the table rate shipping module. Otherwise table rates were not even an option. This works OK in 1.0.4. A few others have reported on this previously.
Ultimately I rolled back googlecheckout/gcheckout.php and
includes/modules/payment/googlecheckout.php to the 1.0.4 versions and used only table rates. I was able to use the 1.0.5b1 files for all the rest (after some modifications to accommodate the PayPal Express features of 1.3.7 zen cart.)
New Zenner
chain_man:
You are correct, the file "show_google_components.php" should be in the folder: /includes/modules This is where it is located in the files that ropu linked.
Chain_man, do you have the similar problem? How did you work around it? Or should I move the show_google_components.php to folder includes/languages/english/modules/payment/? Thanks
Zen Follower
spf:
Chain_man, do you have the similar problem? How did you work around it? Or should I move the show_google_components.php to folder includes/languages/english/modules/payment/? Thanks
spf -
I had the same type of error message as you got (in modules.php line 174) when I was mixing up files from different versions. What the problem turned out to be was that the "added_function_for_google_checkout.php" file I had was an older version. When I had all the v1.0.5b1 files in the right places (the same locations as ropu has in the svn), THAT error went away.
New Zenner
trying to get the latest 1.05 from svn working, but now if i click on "google checkout" I get this error:
<error serial-number="2eb681ef-be54-4dce-8936-a3dd81b9104d"> − <error-message> Malformed URL component: expected id: (\d{10})|(\d{15}), but got 6403XXXXXXX12 </error-message> </error>(X's added intentionally)
New Zenner
chain_man:
spf -
I had the same type of error message as you got (in modules.php line 174) when I was mixing up files from different versions. What the problem turned out to be was that the "added_function_for_google_checkout.php" file I had was an older version. When I had all the v1.0.5b1 files in the right places (the same locations as ropu has in the svn), THAT error went away.
Doug,
I think i am seriously retarded for the SVN stuff.. Do you mean the R38 does not work either? How do I see 1.05B1 code from ropu link? I can only see code under Trunk for Revision 38. Apparently, I am downloading the wrong source code..
New Zenner
OK, spent an hour this morn with the latest SVN and got my USPS shipping calulations and sales tax working! wo-hoooo!!!!
Perhaps this may help some out there:
0. backup mysql table configuration
New Zenner
Also in latest SVN release, comment out line 538 in gcheckout.php:
change this:
<? print_r($gcheck->getXml()); ?>to:
<? // print_r($gcheck->getXml()); ?>Zen Follower
spf:
Doug,
I think i am seriously retarded for the SVN stuff.. Do you mean the R38 does not work either? How do I see 1.05B1 code from ropu link? I can only see code under Trunk for Revision 38. Apparently, I am downloading the wrong source code..
spf -
The R38 code under Trunk is what I'm talking about. You have the right place.
This version still seems to have problems, at least for me.
Reichard, in the post above, solved one of them I didn't mention: XML code appearing at the bottom of the page under the GCO button. My guess is that the Print XML statement was used for troubleshooting and didn't get commented out again the last time.
I get the impression from ropu's post that he still has work to do and that this version is still very much beta.
Zen Follower
chain_man:
ropu,
I tried to put all the files from 1.0.5b1 in place. Here's what I found:
Using USPS shipping still does not work. In addition to missing Media Mail as a shipping option in includes/modules/payment/googlecheckout.php, the amounts transmitted to GCO are the defaults I set in the payment module for GCO. No calculated rates from USPS. I realize this may be hard for you to troubleshoot as you may not have access to the USPS shipping API.
This may be related to an warning message that I got when trying to set up the GCO payment options. I believe it was something like "Warning: Invalid argument in foreach line 267 in gcheckout.php This message occured with the strictly stock versions of the files you currently have in R38.
I could only get table rates to be included if I did not have a zone selected in the table rate shipping module. Otherwise table rates were not even an option. This works OK in 1.0.4. A few others have reported on this previously.
Ultimately I rolled back googlecheckout/gcheckout.php and
includes/modules/payment/googlecheckout.php to the 1.0.4 versions and used only table rates. I was able to use the 1.0.5b1 files for all the rest (after some modifications to accommodate the PayPal Express features of 1.3.7 zen cart.)
Tried to do install as suggested by reichard. Same results as indicated in quote. Actual error message during setup of GCO module in admin is:
Warning: Invalid argument supplied for foreach() in /public_html/admin/includes/functions/extra_functions/added_function_for_google_checkout.php on line 267
New Zenner
Chain Man,
I rechecked my install and I have the base gc1.05 +SVN. I had problems last week with GC1.05 which precipitated a ground-up reinstall (delete everything). I had my admin directory renamed to xxxadminxxx (as per security FAQ), but somewhere the admin directory with files came back.
perhaps you're having a similar issue?
Zen Follower
reichard:
Chain Man,
I rechecked my install and I have the base gc1.05 +SVN. I had problems last week with GC1.05 which precipitated a ground-up reinstall (delete everything). I had my admin directory renamed to xxxadminxxx (as per security FAQ), but somewhere the admin directory with files came back.
perhaps you're having a similar issue?
reichard -
I ran into the problem with the renamed admin folder a while back and altered the gcheckout.php file accordingly. The problems I have had with 1.05 are still there. It's not a big deal, so far, as I am only missing having USPS calcs for GCO. And that's only the best shipping option for for my international customers. Table rate, as available in 1.04, is still the best option for most of my buyers.
Zen Follower
jacob13moon:
Hi everyone,
This is Jacob from the Google Checkout team.
I'd like to let you know that we just released Google Checkout module for Zen Cart. This module provides Level 2 implementation of Google Checkout with Zen Cart, enabling you to provide Google Checkout to buyers and process orders through your admin UI.
This project is hosted at http://code.google.com/p/google-checkout-zencart where you can find the latest release at any time.
Thanks,
Jacob
hello
i install this addon, but not apear google checkout when purchase a product.
i also use Direct Bank Deposit , Check/Money Order and Paypal IPN with this google checkout module.
i use zencart1.36 and google checkout modul "google-checkout-zencart-v1.0.4r"
help me what is this problem?
New Zenner
BlessIsaacola:
Are you using production or sandbox? Your current Google button doesn't appear to be the current production button unless you've changed something. I am not sure how you have things set up. Do you have the right shipping optin checked on the google configuration page on the admin page?
I didn't see anything for shipping selection on GCO on the admin side, I'll update GCO with the latest one and let you know what happens.
Thanks,
Pete
New Zenner
That did the trick. Now the shipping shows up on GCO's pages. Now doesn't the sandbox respond back to put an order in the zencart admin?
Pete
Fields marked required must be completed.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.