Re: Google Checkout module for Zen Cart released
Hello!
Thank you to everyone for coming out with this contrib!
I am very anxious to get GCO working on my website.
So far GCO is working fine: orders can be placed and I get email notices...
but the orders do not appear in my Admin.
I have read through the forums and have tried everything so far, I have no errors, logs etc set at 777 still
cannot get the API callback URL: http://mylovesupreme.com/dev/googlec...nsehandler.php
to work.
any suggestions?
Re: Google Checkout module for Zen Cart released
Quote:
asking if the mod will be eventually developed to support the current Zen Cart function which can be enabled to "force" buyers to read/agree to your shops TOS/Priv Stmt, before check out?
Yes, I was asking if the "forcing" of buyers to read/ agree to our shops TOS before checkout was built in. This plays into your following comments, as I was confused by some prior indirect answers from "those in the know".
When I went to the Google TOS I got a headache trying to understand much of it, I'll need to go back and try again when inclined. I have vaguely concluded that Google Cart will be bypassing all checkout systems (in Zen Cart plus other carts) and that may include our built in TOS requirements. Sort of a One stop super cart for all, but this all may not be for the one.
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
dharma
Hello!
Thank you to everyone for coming out with this contrib!
I am very anxious to get GCO working on my website.
So far GCO is working fine: orders can be placed and I get email notices...
but the orders do not appear in my Admin.
I have read through the forums and have tried everything so far, I have no errors, logs etc set at 777 still
cannot get the API callback URL:
http://mylovesupreme.com/dev/googlec...nsehandler.php
to work.
any suggestions?
Hi all, it seems that many couldn't get their orders into the Admin UI.
A possible issue is that Zen Cart treats Google Checkout Srv (sandbox and production) as a spider!
This prevents GC module to store sessions and retrieve cart contents from it.
try setting to False admin->configuration->session->Prevent Spider Sessions configuration (Thx dawnmariegifts, beta tester)
Side effects: You'll see spiders as active users. Working on a permanent fix.
I would like some feedback!
ropu
Re: Google Checkout module for Zen Cart released
Thanks ropu for your response.
I changed: False admin->configuration->session->Prevent Spider Sessions configuration. Still does not show up in Admin:sadwalk:
here is the error I got from google yesterday, I have tried both SSL and no SSl API call back URLs:
We encountered an error trying to access your server at http://mylovesupreme.com/dev/googlec...nsehandler.php -- the error we got is: Sending failed with HTTP response code: 502. Response body was: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The requested URL could not be retrieved</TITLE> <STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE> </HEAD><BODY> <H1>ERROR</H1> <H2>The requested URL could not be retrieved</H2> <HR noshade size="1px"> <P> While trying to retrieve the URL: <A HREF="http://mylovesupreme.com/dev/googlecheckout/responsehandler.php">http://mylovesupreme.com/dev/googlecheckout/responsehandler.php</A> <P> The following error was encountered: <UL> <LI> <STRONG> Zero Sized Reply </STRONG> </UL> <P> Squid did not receive any data for this request. <P>Your cache administrator is <A HREF="mailto:admin">admin</A>. <BR clear="all"> <HR noshade size="1px"> <ADDRESS> Generated Tue, 28 Nov 2006 20:55:09 GMT by proxy.google.com (squid) </ADDRESS> </BODY></HTML>
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
dharma
Hello!
Thank you to everyone for coming out with this contrib!
I am very anxious to get GCO working on my website.
So far GCO is working fine: orders can be placed and I get email notices...
but the orders do not appear in my Admin.
I have read through the forums and have tried everything so far, I have no errors, logs etc set at 777 still
cannot get the API callback URL:
http://mylovesupreme.com/dev/googlec...nsehandler.php
to work.
any suggestions?
Check your response_error.log in your googlecheckout folder and check to see if there's any error at checkout.google.com (under settings ->Intergration)
Did you make any changes to the files?
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
dharma
-- the error we got is: Sending failed with HTTP response code: 502. Response body was: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The requested URL could not be retrieved</TITLE> <STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE> </HEAD><BODY> <H1>ERROR</H1> <H2>The requested URL could not be retrieved</H2> ...
This happens occasionally with Google. Sometimes the page Google is trying to access times out. You will get this once in awhile. If it happens for every order you have, then you may have a problem.
Re: Google Checkout module for Zen Cart released
Correct,
After reviewing the TOS, GoogleCheckout should not show up in Step 2 of the Checkout page. The way the module is set up, ZenCart automatically adds Google as an option since it is in the module folder.
I have found a temporary solution for this.
Go to Admin->Payments & edit GoogleCheckout
Change the sort order to a value that already exist. My example, I have moneyorder as sort order = 5. I also set Google Checkout sort order to = 5.
Test the page. When you go to step 2 of the checkout. Google checkout should not appear. My example, Money Order appears but not Google Checkout. This works on zc 1.3.6. I am not sure of other version. Please post if it works with earlier versions.
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
colosports
This happens occasionally with Google. Sometimes the page Google is trying to access times out. You will get this once in awhile. If it happens for every order you have, then you may have a problem.
Hello colosports,
Thanks for your help.
None of my orders have made it into my Admin, I have yet to see success.
here is what my google response error log displays, I have not changed any files:
"# This file is used to record all the response errors encountered by Google Checkout Plugin Wed Nov 29 1:06:25 EST 2006:- Shopping cart not obtained from session."
here are some other errors I have got from google sandbox:
non SSL:
-- the error we got is: Read timed out
using SSL: -- the error we got is: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: basic constraints check failed: pathLenConstraint violated - this cert must be the last cert in the certification path
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
dharma
Hello colosports,
Thanks for your help.
None of my orders have made it into my Admin, I have yet to see success.
here is what my google response error log displays, I have not changed any files:
"# This file is used to record all the response errors encountered by Google Checkout Plugin Wed Nov 29 1:06:25 EST 2006:- Shopping cart not obtained from session."
here are some other errors I have got from google sandbox:
non SSL:
-- the error we got is: Read timed out
using SSL: -- the error we got is: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: basic constraints check failed: pathLenConstraint violated - this cert must be the last cert in the certification path
Your ssl is invalid. This is annotated in the readme file.
1 Attachment(s)
Re: Google Checkout module for Zen Cart released
To all users:
Attach is a screenshot of what the admin ui should look like after the order is placed with Google Checkout.