Zen Cart Logo
Forums / Addon Payment Modules / Google Checkout module for ZC 1.3.x (beta)

Google Checkout module for ZC 1.3.x (beta)

Locked

Views: 1,099,613

Results 561 to 580 of 3,921
This thread is locked. New replies are disabled.
18 Jan 2007, 16:34
#561
fc10 avatar

fc10

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?

19 Jan 2007, 13:29
#562
ropu avatar

ropu

Zen Follower

Join Date:
Oct 2006
Location:
argentina
Posts:
243
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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

19 Jan 2007, 20:26
#563
ropu avatar

ropu

Zen Follower

Join Date:
Oct 2006
Location:
argentina
Posts:
243
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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

20 Jan 2007, 17:04
#564
spf avatar

spf

New Zenner

Join Date:
Jan 2007
Posts:
37
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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.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

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..

20 Jan 2007, 19:27
#565
fc10 avatar

fc10

New Zenner

Join Date:
Aug 2006
Posts:
4
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

He will be back to fix it at the end of the month. I hope he went somewhere warm for vacation. :cool:

20 Jan 2007, 20:35
#566
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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.

20 Jan 2007, 20:59
#567
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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.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

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.)

20 Jan 2007, 22:59
#568
spf avatar

spf

New Zenner

Join Date:
Jan 2007
Posts:
37
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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

20 Jan 2007, 23:19
#569
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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.

21 Jan 2007, 03:39
#570
reichard avatar

reichard

New Zenner

Join Date:
Dec 2006
Posts:
5
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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)

21 Jan 2007, 04:06
#571
spf avatar

spf

New Zenner

Join Date:
Jan 2007
Posts:
37
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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..

21 Jan 2007, 15:03
#572
reichard avatar

reichard

New Zenner

Join Date:
Dec 2006
Posts:
5
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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

  1. modules->payment->google checkout->remove
  2. delete all google checkout configuration keys in table "configuration" :
    delete from configuration where configuration_key like "%GOOGLE_CHECKOUT%";
  3. upload new SVN files
  4. modules->payment->google checkout->install
21 Jan 2007, 15:12
#573
reichard avatar

reichard

New Zenner

Join Date:
Dec 2006
Posts:
5
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

Also in latest SVN release, comment out line 538 in gcheckout.php:

change this:

<? print_r($gcheck->getXml()); ?>

to:

<? // print_r($gcheck->getXml()); ?>
21 Jan 2007, 16:02
#574
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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.

21 Jan 2007, 17:28
#575
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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

21 Jan 2007, 22:02
#576
reichard avatar

reichard

New Zenner

Join Date:
Dec 2006
Posts:
5
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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?

22 Jan 2007, 00:23
#577
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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.

22 Jan 2007, 12:04
#578
wowemall avatar

wowemall

Zen Follower

Join Date:
Jan 2005
Posts:
101
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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?

22 Jan 2007, 17:33
#579
kebeid avatar

kebeid

New Zenner

Join Date:
Mar 2006
Posts:
66
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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

22 Jan 2007, 22:03
#580
kebeid avatar

kebeid

New Zenner

Join Date:
Mar 2006
Posts:
66
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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