Re: Google Checkout module for Zen Cart (beta)
I have not yet installed this mod.
So, as I read and re read all these posts and become dazed in the process....
Am I concluding correctly the following for all you braver than myself?
A. An older version of Google checkout had a payment radio button choice on Step 2 for those who logged in.
B. The radio button at Step 2 is no longer in the latest version if installed properly, (because it does not work as it should, I am guessing ,and also maybe is conflicting with Google's terms and conditions)
C. The corresponding text at Step 2 still remains as "Google checkout" with no button but you can edit it out to avoid customer confusion.
Is this an accurate summery?:unsure:
Re: Google Checkout module for Zen Cart (beta)
This is getting frustrating... could someone please tell me how to fix this error that i get when checking out using the sandbox.
Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback
i have set my api url call back to the response handler. I believe this to be one reason i am not getting shipping quotes? My apologies is someone has answered this question in this thread but i have been sifting through posts for 2 hours and nothing. This thread is freaking huge! any help would be fantastic!
Re: Google Checkout module for Zen Cart (beta)
Just like many others! I am lost too. And I think I messed up my site. I read and read, but still couldn't get it fix. Now, I re-installed zen-cart. And hoping someone can provide us an easy way to install GCO for our web site. Thanks!:smile:
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
zgraphic
Just like many others! I am lost too. And I think I messed up my site. I read and read, but still couldn't get it fix. Now, I re-installed zen-cart. And hoping someone can provide us an easy way to install GCO for our web site. Thanks!:smile:
What exactly is the problem you're having? Do you have a site we can take a look at to see your installation (you can PM if you don't want your site in the public)?
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Justwade
I have not yet installed this mod.
So, as I read and re read all these posts and become dazed in the process....
Am I concluding correctly the following for all you braver than myself?
A. An older version of Google checkout had a payment radio button choice on Step 2 for those who logged in.
B. The radio button at Step 2 is no longer in the latest version if installed properly, (because it does not work as it should, I am guessing ,and also maybe is conflicting with Google's terms and conditions)
C. The corresponding text at Step 2 still remains as "Google checkout" with no button but you can edit it out to avoid customer confusion.
Is this an accurate summery?:unsure:
You have accurately summarized above. However, what you've summarized is the easiest part to deal with. There are about a dozen or so issues with this mod that you need to be aware of.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Gunzanroses
When you click on the actual error on the google checkout integration tab, what's the full error description? Are you sure your sandbox is pointing to the right responsehandler.php? Are you using your sandbox merchant id (which is different than production)? Did you set the url callback for sandbox to http or https and if https do you have one of Googlecheckout supported SSL installed?
Have you configured shipping accurately in both Zen Cart admin and googlecheckout? When you test your respondhandler using the test tool did you get any error?
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
BlessIsaacola
When you click on the actual error on the google checkout integration tab, what's the full error description? Are you sure your sandbox is pointing to the right responsehandler.php? Are you using your sandbox merchant id (which is different than production)? Did you set the url callback for sandbox to http or https and if https do you have one of Googlecheckout supported SSL installed?
Have you configured shipping accurately in both Zen Cart admin and googlecheckout? When you test your respondhandler using the test tool did you get any error?
Hi BlessIsaacola, first off just wanna say thanks for taking time to help us out. I'll answer you questions in the same order.
1. Error message is :
Code:
<?xml version="1.0" encoding="UTF-8"?>
<merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="e357c447-c8ee-4ee8-a0ce-5b3592967440">
<shopping-cart>
<items>
<item>
<quantity>1</quantity>
<unit-price currency="USD">1.99</unit-price>
<merchant-item-id>182</merchant-item-id>
<item-name>test 3</item-name>
<item-description></item-description>
<merchant-private-item-data>********************==</merchant-private-item-data>
</item>
<item>
<quantity>1</quantity>
<unit-price currency="USD">4.99</unit-price>
<merchant-item-id>185</merchant-item-id>
<item-name>test 6</item-name>
<item-description></item-description>
<merchant-private-item-data>**************</merchant-private-item-data>
</item>
</items>
<merchant-private-data>
<session-data>**************;zenid</session-data>
<product-data>;1892;1865</product-data>
<ip-address>71.220.148.144</ip-address>
</merchant-private-data>
</shopping-cart>
<buyer-id>############</buyer-id>
<calculate>
<shipping>
<method name="Fedex Ground: FedEx Ground Service" />
<method name="UPS: Next Day Air Early AM" />
<method name="UPS: Next Day Air Early AM Letter" />
<method name="UPS: Next Day Air" />
<method name="UPS: Next Day Air Letter" />
<method name="UPS: Next Day Air Intra (Puerto Rico)" />
<method name="UPS: Next Day Air Saver" />
<method name="UPS: Next Day Air Saver Letter" />
<method name="UPS: 2nd Day Air AM" />
<method name="UPS: 2nd Day Air AM Letter" />
<method name="UPS: 2nd Day Air" />
<method name="UPS: 2nd Day Air Letter" />
<method name="UPS: 3 Day Select" />
<method name="UPS: Ground" />
<method name="UPS: Ground Commercial" />
<method name="UPS: Ground Residential" />
<method name="UPS: Canada Standard" />
<method name="UPS: Worldwide Express" />
<method name="UPS: worldwide Express Letter" />
<method name="UPS: Worldwide Express Plus" />
<method name="UPS: Worldwide Express Plus Letter" />
<method name="UPS: Worldwide Expedited" />
<method name="USPS: Express Mail" />
<method name="USPS: First-Class Mail" />
<method name="USPS: Priority Mail" />
<method name="USPS: Parcel Post" />
<method name="USPS: Bound Printed Material" />
<method name="USPS: Library" />
</shipping>
<addresses>
<anonymous-address id="###########">
<country-code>US</country-code>
<city>fort worth</city>
<region>TX</region>
<postal-code>22222</postal-code>
</anonymous-address>
</addresses>
<merchant-code-strings />
<tax>false</tax>
</calculate>
<buyer-language>en_US</buyer-language>
</merchant-calculation-callback>
2. response handler is pointing to :
http://www.my-site.com/googlecheckou...nsehandler.php
3. yes i am using sandbox ID and Key
4. sandbox call back url is http: not https: ( does this need to be secure even in sandbox?)
5. i will be installing a godaddy SSL which i have read in this thread IS supported
6. all shipping prices are default and have been untouched
7. i saw a post mentioning this response tool... is this on Ropu's site? i will look for it now and report my results
again, thank you for you help BlessIsaacola
Re: Google Checkout module for Zen Cart (beta)
hmmm sorry for two posts in a row, guess you can't edit posts here?
found the response handler tool you mentioned at :
http://demo.globant.com/~brovagnati/...ndler_test.php
unfortunately i am unsure what to put into the xml portion of the page. i tried putting in "Merchant-calculation-callback" but i received a content length of zero so i'm sure i'm doing it wrong.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Justwade
Is this an accurate summery?
Correct on all accounts.
Regarding #3 in your list, the checkout template file posted today is the solution (or follow instructions to edit the same file).
Woody
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Gunzanroses
hmmm sorry for two posts in a row, guess you can't edit posts here?
found the response handler tool you mentioned
unfortunately i am unsure what to put into the xml portion of the page. i tried putting in "Merchant-calculation-callback" but i received a content length of zero so i'm sure i'm doing it wrong.
You can edit posts for five minutes or so after posting.
What is your URL for your shop index page?
The URL responsehandler URL you previously provided
http://www.my-site.com/googlecheckou...nsehandler.php
indicates your shop is in your webroot. Are you certain?
If you shop is in a directory (as most people will install) then the URL would be something like:
http://www.my-site.com/your_shop/goo...nsehandler.php
If you provide a real URL we could tell you.
The XML, which you can paste into ropu's responsehandler test tool, should be in your log files in /googlechckout directory.
Copy/process one error entry at a time.
In your Google Sellers sandbox account are you certain you have selected XML for the Callback Method?
Testing sandbox via http is fine.
BTW I would not recommend posting callback XML info in the clear without first obfuscating (contains zenid, etc). Or PM to trusted people (ropu, etc).
Woody