Re: Google Checkout module for Zen Cart (beta)
Hi TJ1
I am helping a friend with this so I've emailed him to check to see if there are errors and I'll post them just as soon as he gets back to me.
However, I really feel like I just don't have it set up right. Should every mail option known to man be showing up in google?
Last night, I turned off USPS shipping and just ran it with UPS to see if that would work and it didn't work.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
bbemis
Hi Chain Man,
I'm using USPS and UPS...both work perfectly as long as google checkout is not selected.
Have you installed the Shipping module update of May 14 from ZenCart? The link is: http://www.zen-cart.com/forum/showthread.php?t=65732
If you have, then you may have to reconfigure your /includes/modules/payment/googlecheckout.php file. Check page 153 of this thread for hints.
Re: Google Checkout module for Zen Cart (beta)
No, all options only show when one the things I mentioned happens, either a time out or unable to access responsehandler.php
When there's no time out and GC is able to access responsehandler.php, then it should work correctly.
Re: Google Checkout module for Zen Cart (beta)
Yes I did install the new May 14th rates for USPS. I will check around 153 to fix any problems.
That still doesn't explain why UPS wasn't working by itself when I uninstalled USPS though...something else must be wrong.
Re: Google Checkout module for Zen Cart (beta)
I am making the changes to the new international shipping terms (i.e. from airmail parcel post to first class international). Do I need to get rid of the services that I don't use or should I just leave them there?
Re: Google Checkout module for Zen Cart (beta)
Ok so I changed over the international USPS options and now they don't show up at all in google checkout and google is still not pulling shipping rates from USPS or from UPS.
Re: Google Checkout module for Zen Cart (beta)
bbemis, have you set your callback url in GoogleCheckout? Are you using a sandbox account?
You really need to check your GC account Integration>Settings and see what errors you have listed there.
Re: Google Checkout module for Zen Cart (beta)
I checked the response_error.log file and here's what it says:
20:41:25 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 21:18:39 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 21:38:09 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 21:49:38 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 21:51:35 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 21:53:14 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 22:00:28 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Tue May 22 11:17:23 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Tue May 22 11:23:05 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Does this mean that his merchant ID and Key are wrong or not working?
Re: Google Checkout module for Zen Cart (beta)
Exactly what I suspected.
First check that you have entered your merchant id and key correctly, sometimes there can be an extra space and this can cause this problem.
If you're running PHP over CGI, you most likely are, have you correctly created the .htaccess and .htpassword files??
Make sure you're using a sandbox account if you have selected sandbox in the settings or use a production account if you have selected production.
Re: Google Checkout module for Zen Cart (beta)
checked the passwords and production server and both are set correctly. I found the instructions for the .htaccess file but I don't understand them. What do I need to do? Here's the instructions:
.htaccess Basic Authentication Mode with PHP over CGI? If your site is
installed on a PHP CGI you must disable Basic Authentication over PHP.
To avoid spoofed messages (only if this feature is enabled) reaching
responsehandler.php, set the .htaccess file with the script linked
(http://your-site/admin/htaccess.php).
Set permission 777 for http://your-site/googlecheckout/ before running
the script. Remember to turn back permissions after creating the files.