I just found it:
the problem on the responsehandler.php
on the lines:
define('GC_STATE_SHIPPED', 105);
define('GC_STATE_CANCELED', 111);
it should be:
define('GC_STATE_SHIPPED', 102);
define('GC_STATE_CANCELED', 105);
Printable View
Hello community,
I installed google checkout module v1.4.7 for zencart 1.3.7 and found
next problem.
We are using USPS shipping at our store and i configured USPS services
that we need in google checkout admin.
Unfortunately any user get next message at google checkout "Global-
Shop does not ship to this address via Google Checkout " and shipping
options also doesn't shown.
Shiping generator can be found there
http://appleprostore.com/googlecheck..._generator.php
In xml we can see next code for USA
<calculate>
<addresses>
<anonymous-address id="H-2116748532">
<country-code>US</country-code>
<postal-code>10047</postal-code>
<city>New York</city>
<region>NY</region>
</anonymous-address>
</addresses>
<shipping>
<method name="Flat Rate: Flat Rate Per Order" />
<method name="USPS: Express Mail" />
<method name="USPS: First-Class Mail" />
<method name="USPS: Priority Mail" />
<method name="USPS: Parcel Post" />
</shipping>
<tax>false</tax>
<merchant-code-strings />
</calculate>
and for international shipping
<shipping>
<method name="Flat Rate: Flat Rate Per Order intl" />
<method name="USPS: Express Mail International (EMS) (3 - 5
days)" />
<method name="USPS: Priority Mail International (6 - 10 days)" /
>
<method name="USPS: First-Class Mail International" />
</shipping>
any help will be appreciated.
RECHECK.. version 1.47 is for zencart 1.3.8/1.3.8.aQuote:
I installed google checkout module v1.4.7 for zencart 1.3.7 and found
http://www.zen-cart.com/forum/showthread.php?t=94247
Google checkout shipping thread above..only use digital
myself, so sorry, cannot verify/help further.
:smile:
Google Checkout doesn't work on my site, the large gc button does not appear, only a bulleted option for gc and when clicked it just takes me back to the confirm order page.
Can someone please tell me what I'm missing?
I have installed according to google checkout 1.47 log, and put in my google checkout info, is there something else?
Thanks!
Dude TY that worked. I <3 u haha jk :D. Anyways 1 more question can I get rid of checkout button if this is only thing I have.
ALSO how do I fix shipping rate to go w/ google checkout.
I want it to be $2.25 + $0.25 for each additional item and like $5.25 + $0.25 for international
Let me know
Thanks!