Re: Google Checkout module for Zen Cart (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.
Re: Google Checkout module for Zen Cart (beta)
Ok...I've done this and still having the same problems. What should I try next?
Re: Google Checkout module for Zen Cart (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....
Re: Google Checkout module for Zen Cart (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',
),
),
Re: Google Checkout module for Zen Cart (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.
Re: Google Checkout module for Zen Cart (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.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
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.
Re: Google Checkout module for Zen Cart (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?
Re: Google Checkout module for Zen Cart (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
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
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