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

Results 1,561 to 1,580 of 3,921
This thread is locked. New replies are disabled.
22 May 2007, 5:02 PM
#1561
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Google Checkout module for ZC 1.3.x (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.

22 May 2007, 5:06 PM
#1562
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)

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.

22 May 2007, 5:10 PM
#1563
tj1 avatar

tj1

Totally Zenned

Join Date:
Mar 2005
Location:
California
Posts:
628
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (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.

22 May 2007, 5:34 PM
#1564
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (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.

22 May 2007, 6:11 PM
#1565
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (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?

22 May 2007, 6:30 PM
#1566
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (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.

22 May 2007, 6:48 PM
#1567
tj1 avatar

tj1

Totally Zenned

Join Date:
Mar 2005
Location:
California
Posts:
628
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (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.

22 May 2007, 6:52 PM
#1568
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (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?

22 May 2007, 7:22 PM
#1569
tj1 avatar

tj1

Totally Zenned

Join Date:
Mar 2005
Location:
California
Posts:
628
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (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.

22 May 2007, 7:57 PM
#1570
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (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.

22 May 2007, 8:37 PM
#1571
tj1 avatar

tj1

Totally Zenned

Join Date:
Mar 2005
Location:
California
Posts:
628
Plugin Contributions:
0

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

...well, first set permissions on the 'googlecheckout' folder to 777

  • Then go to the admin section of ZenCart, Modules>Payment, and select googlecheckout and click edit

  • select 'True' under .htaccess Basic Authentication Mode

  • under '.htaccess Basic Authentication Mode' click the 'here' link where it says "If setted True you MUST configure your .htaccess files here"

  • on the .htaccess .htpasswd create window enter your checkout account, sandbox account or both. Put a check on both the 'Check if dir exists' and 'Create Files' checkboxes. Click 'Create' and close that window once it's finished.

  • Now click 'update' on the googlecheckout settings.

  • Change permissions back 755 on the 'googlecheckout' folder.

22 May 2007, 8:57 PM
#1572
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

Ok...I've done this and still having the same problems. What should I try next?

22 May 2007, 9:02 PM
#1573
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

OMG it's almost working!!! My UPS rates show and my domestic USPS rates work, but my international USPS rates don't....those are the ones I just changed the names to....

22 May 2007, 10:10 PM
#1574
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

ok I'm soooo close....here's my googlecheckout.php where I changed the names for the USPS international shipping choices...did I do something wrong here? They are the only ones not showing up in google checkout now...

'usps' => array(
'domestic_types' =>
array(
'Express' => 'Express Mail',
'First Class' => 'First-Class Mail',
'Priority' => 'Priority Mail',
),

                                'international_types' =>
                                  array(
                                      'Express Mail Int' => 'Express Mail International (EMS)',
                                      'Priority Mail International' => 'Priority Mail International',
                                      'First-Class Mail Int' => 'First-Class Mail International',
                                       ),
                                    ),
22 May 2007, 11:57 PM
#1575
tj1 avatar

tj1

Totally Zenned

Join Date:
Mar 2005
Location:
California
Posts:
628
Plugin Contributions:
0

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

First, obvious question, are you testing with an international address?
Second, does the products you are testing with have weight?
Third does any of the USPS international options show up?

For some reason, even if correctly configured, only Priority Mail International will show up.
Hopefully, Ropu will show up one of this days with an update that addresses this and several other issues.

23 May 2007, 12:16 AM
#1576
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

Hi,

Yes, I'm using an international address & the product has weight. And, no...no international options are showing up at all. Not even priority international.

23 May 2007, 12:30 AM
#1577
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)

bbemis:

ok I'm soooo close....here's my googlecheckout.php where I changed the names for the USPS international shipping choices...did I do something wrong here? They are the only ones not showing up in google checkout now...

'usps' => array(
'domestic_types' =>
array(
'Express' => 'Express Mail',
'First Class' => 'First-Class Mail',
'Priority' => 'Priority Mail',
),

                                'international_types' =>
                                  array(
                                      'Express Mail Int' => 'Express Mail International (EMS)',
                                      'Priority Mail International' => 'Priority Mail International',
                                      'First-Class Mail Int' => 'First-Class Mail International',
                                       ),
                                    ),

Remove the commas from the end of this line:
'Priority' => 'Priority Mail',

and from this line:
'First-Class Mail Int' => 'First-Class Mail International',

and try again.

23 May 2007, 12:40 AM
#1578
bbemis avatar

bbemis

Zen Follower

Join Date:
Feb 2006
Posts:
163
Plugin Contributions:
0

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

Ok...I was testing it wrong.

I was using a canadian account from my website, but my same google account so it still thought i was in the us. I made a new google account with a canadian address and get the priority mail international option only. We don't have a fix beyond that right?

23 May 2007, 7:55 AM
#1579
kenaniah avatar

kenaniah

Zen Follower

Join Date:
Jun 2005
Posts:
111
Plugin Contributions:
0

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

I am trying to run the GOOGLE CHECKOUT Automatic shipping generator v0.1 but when I do all I get is:

It took (Average) 0.05840 Secs.

I have 14 active shipping options and none are showing up.... suggestions? The shipping options do not show up as green but all work. They are orange colored. If I uninstall the shipping option and reinstall, no matter what I do it seems once I associate a shipping region it goes from green to orange.

GOOGLE CHECKOUT MODULE FOR ZEN-CART (v1.3RC2)

Thanks,

Michael

24 May 2007, 8:15 AM
#1580
woodymon avatar

woodymon

Totally Zenned

Join Date:
Sep 2004
Posts:
2,309
Plugin Contributions:
1

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

kenaniah:

I am trying to run the GOOGLE CHECKOUT Automatic shipping generator v0.1... I have 14 active shipping options and...they are orange colored.... no matter what I do it seems once I associate a shipping region it goes from green to orange.
As I understand it the orange icon indicates, among other things, a shipping zone has been applied. So orange is not bad. Just an informational warning.

For testing purposes disable ALL of the shipping modules except for one. Then for the enabled module set the shipping zone to none. Then run the generator. Save the results to a text file. Then enable a shipping zone and run the generator again. Compare your generator output from each attempt and report back with your results.

You might want to consider running the generator with only one ship module at a time. And only run it for the modules you really need employed. Leave all the other ship modules disabled.

Woody