
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
Bookmarks