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,924

Results 2,741 to 2,760 of 3,921
This thread is locked. New replies are disabled.
24 Oct 2008, 2:13 PM
#2741
evanescence avatar

evanescence

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

Google Checkout module for ZC 1.3.x (beta)

dscott1966:

Its not seeing your responsehandler. Can you tell me what permission you have set for it. I had mine set at CHMOD 777 Then I changed it to CHMOD 755 and it worked. it has something to do with (500 Internal Server Error). Try changing that and run the response handler test again and see what you get. Make sure you clear your cache also.

My permissions were 644 so I changed it to 755 and ran the test again. Then I got....

HTTP/1.1 500 Internal Server Error
Date: Fri, 24 Oct 2008 14:12:58 GMT
Server: Apache 3
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>500 Internal Server Error</TITLE> </HEAD><BODY> <H1>Internal Server Error</H1> The server encountered an internal error or misconfiguration and was unable to complete your request.<P> Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.<P> More information about this error may be available in the server error log.<P> <P>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. <HR> <ADDRESS>Apache/1.3.41 Server at <https://www.ibskin.com> Port 443</ADDRESS> </BODY></HTML>
24 Oct 2008, 2:31 PM
#2742
evanescence avatar

evanescence

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

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

I have tried playing around with the permissions, but nothing seems to get rid of that error. :(
Do you know anything else I can try?

Sherri

24 Oct 2008, 2:35 PM
#2743
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

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

Evanescence:

I have tried playing around with the permissions, but nothing seems to get rid of that error. :(
Do you know anything else I can try?

Sherri

From looking at your post #2732 are you in production mode or sandbox mode?

24 Oct 2008, 2:38 PM
#2744
evanescence avatar

evanescence

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

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

dscott1966:

From looking at your post #2732 are you in production mode or sandbox mode?

I'm sure it is production mode, but I need to check. Where will I find this setting?

I never went into sandbox mode, I'm pretty sure.

24 Oct 2008, 2:39 PM
#2745
evanescence avatar

evanescence

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

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

Ahhh, just found the setting.
I'm in production mode. I never did test it in sandbox mode.
Is this a requirement?

24 Oct 2008, 2:42 PM
#2746
evanescence avatar

evanescence

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

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

I was just looking at my settings....

*.htaccess Basic Authentication Mode
Your site Site in installed with PHP over CGI?
This configuration will disable PHP Basic Authentication that is NOT compatible with CGI used in the responsehandler.php to validate Google Checkout messages.
If setted True you MUST configure your .htaccess files here.

False
True*

I have this set to false. Should it be set to true?

24 Oct 2008, 2:54 PM
#2747
evanescence avatar

evanescence

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

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

Well, I tried that anyway, and it didn't help.
The only thing I haven't done is try sandbox mode. I never set up a sandbox account with google. I don't know what else to do.

24 Oct 2008, 2:56 PM
#2748
evanescence avatar

evanescence

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

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

I just changed permissions of the googlecheckout directory from 777 to 755 and now I get this...

HTTP/1.1 400 Bad Request
Date: Fri, 24 Oct 2008 14:56:03 GMT
Server: Apache 3
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
X-Powered-By: PHP/5.2.5
Set-Cookie: zenid=706e35bc48690843b34e77ff276a7e46; path=/; domain=www.ibskin.com
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1

Invalid or not supported Message

So I just put the settings back to 777 for that directory.

24 Oct 2008, 3:14 PM
#2749
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

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

Evanescence:

I just changed permissions of the googlecheckout directory from 777 to 755 and now I get this...

So I just put the settings back to 777 for that directory.

Set up a sandbox account for testing because in production mode charges will occur.

24 Oct 2008, 3:15 PM
#2750
evanescence avatar

evanescence

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

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

But I'm not testing it. It's been working and I'm receiving orders. I have been for months now. It's just that I'm not being notified of the sales. I have to go into google once every hour to check on the sales manually.

24 Oct 2008, 4:32 PM
#2751
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

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

Evanescence:

But I'm not testing it. It's been working and I'm receiving orders. I have been for months now. It's just that I'm not being notified of the sales. I have to go into google once every hour to check on the sales manually.

What it seems to be is that the GC is not getting through to your response handler.php file. I'm at a loss for why it is not all of a sudden. Have you installed any other mods lately?

24 Oct 2008, 4:34 PM
#2752
evanescence avatar

evanescence

New Zenner

Join Date:
Oct 2007
Posts:
18
Plugin Contributions:
0

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

No, it's been like this for about a year, ever since I first installed GC. I'm just now reporting it because I have spent a lot of time trying to fix it on my own and had no luck. This is not something new that just came about. I can use it for orders, but I have never had notification of my sales and I have always received the error emails saying "Attention required: order notification failing".

Sherri

25 Oct 2008, 9:21 PM
#2753
bignath avatar

bignath

New Zenner

Join Date:
Feb 2007
Posts:
43
Plugin Contributions:
0

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

RE: CARRIAGE NOT WORKING WITH GOOGLE CHECKOUT

HI All!
I've installed the latest version of GC and got everything up and running with the exception of carriage. Because the order is sent to GC before carriage is selected there is no carriage charge - also I can't seem to configure the postage matrix as I am using Royal Mail and am only posting to the UK & EU.

I currently see this in my Zencart GC Module:
**
Default Values for Real Time Shipping Rates**
Default values for real time rates in case the webservice call fails.
Set Default Value to 0 to disable the method
Shipping Generator

Royal Mail 1st Class Recorded Signed ForTM "Packet" rm1stpacketsf not configured!

Royal Mail 2nd Class Recorded Signed ForTM "Packet" rm2ndpacketsf not configured!

Royal Mail International Signed For® "Small Packet" rmamisfsmallpacket not configured!

**NB I have Big Royal Mail module added.

I have gone to the shipping generator and generated the code - am I then supposed to add this code to a file? - if so which one?

I'd be happy with a per unit item carriage charge if I cant get the Royal mail one to work - it's just it adds another carriage option to those who wish to pay via paypal.

Many Thanks in advance
:smile:

26 Oct 2008, 7:35 PM
#2754
steve1965 avatar

steve1965

New Zenner

Join Date:
Jun 2008
Location:
uk
Posts:
71
Plugin Contributions:
0

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

right then,

installed googlecheckout everything seemed fine all files showing up in admin etc

the only problem i am getting is when i place an item in my basket and go to checkout there is no button showing for googlecheckout,

paypal express is still there and my orders are still coming through paypal ,

i have checked all the files are in the correct places about 6 times now ,but i cant get a googlecheckout option in checkout.

any help would be greatly appreciated

steve

29 Oct 2008, 7:33 PM
#2755
lydiaplan avatar

lydiaplan

New Zenner

Join Date:
Oct 2008
Posts:
1
Plugin Contributions:
0

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

I am having trouble with a google checkout module install.

It appears to be working, but when it comes to the final button, it creates an invoice but doesn't actually charge.

Anyone know why this might be happening?

1 Nov 2008, 10:20 PM
#2756
ziankovich avatar

ziankovich

New Zenner

Join Date:
Nov 2008
Posts:
1
Plugin Contributions:
0

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

I need to integrate GoogleCheckOut with Zipship module. As I see, ZipShip was constructed based on Zones module. But the problem is that GoogleCheckOut cannot receive quotes for shipping from it. I've put ZipShip to the list of 'supported' modules and based on its structure it must understand it.

But ZipShip has a few mistakes inside the code. For example I've fixed the mistake when it cannot understand price for default ('00000') shipping zip-code. It is possible that it has the similar small mistake.

Does anybody have the same problem? I have the project where I need to use those modules together and the time is up :( Please, help.

2 Nov 2008, 7:44 PM
#2757
coffee_granules avatar

coffee_granules

New Zenner

Join Date:
Nov 2008
Posts:
45
Plugin Contributions:
0

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

Right, excuse me for being terse, but BigNath: I had the same problem, and it was caused by a bad install. - This module is very overide unfriendly, so don't install it in your overide folders! - Also, if the images are not in the right folder you will get a weird page layout during checkout.

steve1965: have you configured everything properly in your admin interface. - There are a lot of fiddly little details that need to be configured for this module and you MUST have everything in place or it won't work - it's that simple.

4 Nov 2008, 1:17 PM
#2758
alanmelon avatar

alanmelon

New Zenner

Join Date:
Nov 2008
Posts:
2
Plugin Contributions:
0

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

Hi, forgive me if the answer to the following lies somewhere in the preceding several hundred pages! I did my best to search.

I'm trying to get the Google checkout module to work with my zen cart installation, and have followed all instructions. I'm currently running on sandbox to get things working. I'm not getting any errors, but when trying to check out, I select Google Checkout on step 2, continue to step 3, but when I click 'Confirm the Order', it just takes me back to the still full shopping cart. No option to make payment is given, and no orders are presented on the Google Checkout CP or Zen Cart Admin. Any ideas where to go with this?

Thanks

4 Nov 2008, 1:54 PM
#2759
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)

Alanmelon:

Hi, forgive me if the answer to the following lies somewhere in the preceding several hundred pages! I did my best to search.

I'm trying to get the Google checkout module to work with my zen cart installation, and have followed all instructions. I'm currently running on sandbox to get things working. I'm not getting any errors, but when trying to check out, I select Google Checkout on step 2, continue to step 3, but when I click 'Confirm the Order', it just takes me back to the still full shopping cart. No option to make payment is given, and no orders are presented on the Google Checkout CP or Zen Cart Admin. Any ideas where to go with this?

Thanks

It appears you may not have installed your template files in the right location. Try this thread:

http://www.zen-cart.com/forum/showthread.php?t=74605

4 Nov 2008, 5:54 PM
#2760
alanmelon avatar

alanmelon

New Zenner

Join Date:
Nov 2008
Posts:
2
Plugin Contributions:
0

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

Many thanks Doug. That particular problem is fixed, and in it's place are two others;

  1. The Google Checkout Integration Console keeps throwing up the error; "We encountered an error trying to access your server at https://(url here)/googlecheckout/responsehandler.php -- the error we got is: Remote host closed connection during handshake" Any clues?

  2. The shipping set up for this module seems to be a disaster. My requirements are that I need shipping to depend on both zone and weight, something I configured using the zone tables, but I am at a complete loss as to how to achieve this with Google Checkout. I simply need something weighing x lbs to cost £x for shipping. Have played with shipping generator and shipping_methods.php all to no avail.

The documentation for this module really sucks, so any help would be most gratefully received.