Try this thread:
http://www.zen-cart.com/forum/showthread.php?t=74605
Never mind - I see you have the GCO button. Are you in Sandbox? I was sent to Google when I clicked the button...
Try this thread:
http://www.zen-cart.com/forum/showthread.php?t=74605
Never mind - I see you have the GCO button. Are you in Sandbox? I was sent to Google when I clicked the button...
Last edited by chain_man; 16 Apr 2008 at 02:25 AM.
yes on the google site GCO account after I ran the following Validating XML Messages to Google Checkout but the error message was only;
"The Http Get method is invalid to use for sending requests."
chain_man and webskipper,
I am also getting a timeout error as webskipper noted: (www.mysite.com is fictitious)
Have reduced the number of shipping options (USPS, UPS) no change in response.We timed out waiting for your server at https://www.mysite.com/googlecheckou...nsehandler.php -- the error we got is: Read timed out Your server must respond faster to merchant calculation callback requests.
Also checked SSL domain listed www.mysite.com is correct for me
anything else to check
Additional info for above post:
Here is my Shipping output from https://www.mysite.com/googlecheckou..._generator.php
It took (Average) 2.21744 Secs.<?php
/**
* File: googlecheckout/shipping_methods.php file
*/
$mc_shipping_methods = array(
'ups' => array(
'domestic_types' =>
array(
'2DA' => '2nd Day Air',
'3DS' => '3 Day Select',
'GND' => 'Ground',
),
'international_types' =>
array(
),
),
'usps' => array(
'domestic_types' =>
array(
'EXPRESS' => 'Express Mail (1 - 2 days)',
'FIRST CLASS' => 'First-Class Mail (2 - 5 days)',
'PRIORITY' => 'Priority Mail (2 - 3 days)',
'PARCEL' => 'Parcel Post (4 - 7 days)',
),
'international_types' =>
array(
'Priority Mail International' => 'Priority Mail International (6 - 10 days)',
'Priority Mail International Flat Rate Envelope' => 'Priority Mail International Flat Rate Envelope (6 - 10 days)',
'Priority Mail International Flat Rate Box' => 'Priority Mail International Flat Rate Box (6 - 10 days)',
'First-Class Mail International' => 'First-Class Mail International (Varies)',
),
),
);
$mc_shipping_methods_names = array(
'ups' => 'United Parcel Service',
'usps' => 'United States Postal Service',
);
?>
so the times to get these ship rates seems reasonable, I then tried to get shipping shipping methods again button and see what time values I would get after say 3 tries
anywhere from 2 to over 5 sec. not sure if there is a way to increase this timeout value for the responsehandler but that sure looks like it would be a good place to start.
anyone have any idea on where to look?
Here is all I could find on the error from Google
http://checkout.google.com/support/s...n_errors_77777
Last edited by Dytron; 18 Apr 2008 at 08:37 PM. Reason: added link
As Chainman recommended to me, the more selections you have the long it takes them to ping your site, the more likely it will time out.
I just realized that since I moved my shop directory up to the top i had to tell Google where to find the response handler. No wonder my invoices were not going through. DOH!
Prices and time for Parcel Post are pretty much antiquated by Priority.
Do you realize that it only costs $5-13 per week for UPS daily pickup? Total control of tracking. Pickup on demand is @ $5 per package.
Try sending yourself a GC invoice and see what you get in the integration panel for errors if any.
Check file permissions:
/googlecheckout/logs/response_error.log file. Logs are not writable, set them to 777
Cheers!
v2.0+
Is Google Code for ZC still ok to use?
http://code.google.com/p/google-checkout-zencart/
I ran a test and it did not like my site. Something about invalid. Now, that seems hoky because people checkout with GC all the time and Google processes it all fine.
Cheers!
v2.0+
Bookmarks