Quote Originally Posted by chain_man View Post
Woo Hoo!!! I got it working!!! I've incorporated the commented out sections as suggested by anjordan77.
Congrats! So do you mean the post by krypton1 (7th December 2006, 09:43 AM - post #312)? Need to be sure before I monkey with the code.

Quote Originally Posted by chain_man View Post
What did the trick, I think, was that I re-entered the GC key in the Admin->GC module. I probably did a copy and paste from the integration screen and and grabbed an extra space at the end of the key. Thus the "Invalid" message I was getting.
Ha! I found I did the same thing capturing the extra space. ;-)

Quote Originally Posted by chain_man View Post
Or the fact that I selected XML as the callback method instead of named pairs. This makes sense when you consider the XML parser functions included with the GC module...
Yes the readme or installation doc files don't mention the setting. But mentioned by colosports earlier in this thread.

Question: On On https://sandbox.google.com/sell/sett...on=Integration
I observe the following:

API callback URL

XML
e.g. <google-order-number>123</google-order-number>

name/value pairs
e.g. google-order-number=123&
I selected XML. However I also observe an unchecked checkbox for:
Shopping cart type
Allow shopping carts with name/value pairs to be sent to Google.
Should this be left unchecked or not? Or does it not matter?

Quote Originally Posted by chain_man View Post
The order showed up in my Admin screen and the Shopping Cart was emptied for my customer! And shipping was there - as configured in the Table method!
So are you seeing on the Zen Cart admin order page, product item names, quantities and individual item prices, and any attributes listed?

When you state the shopping cart was emptied, after order processing was completed on Google site was your browser redirected to your Zen Cart shop site, possibly a checkout success page?

Another question: I registered for a regular Google sellers account and the deposit from Google showed up in the checking account. And I also registered for a sandbox account. However no second deposit showed up. And when I log into https://sandbox.google.com/sell I continue to observe:

Bank account verification required.
Your bank account is currently unverified and ineligible to receive payouts. Please verify your bank account as soon as possible.
Is it necessary to have the account verified for proper sandbox testing? Anyone else not see the deposit show up for the sandbox account?

Also I wonder if GCO supports different "per-item rates" for different zones? If so can this be configured via table method?

As always thanks for any info...

Woody