google-code-export / google-checkout-oscommerce

Automatically exported from code.google.com/p/google-checkout-oscommerce
1 stars 0 forks source link

Your server returned no data in its reply; Checkout requires data of type merchant-calculation-results in reply to merchant-calculation-callback #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Once you click on google checkout it takes you to google secure page and
once you fill in all the information eg your credit card etc it give you a
option of shipping but its shows 0.00 in all of them not sure what is the
problem.

What is the expected output? What do you see instead?

The expected output is a postage rate which varies from item to item but i
see is 0.00 for all item.

What version of the product are you using? On what operating system?

I am using Oscommerce 2.2-MS2
Operating System: Windows XP
Tested on Mozilla Firefox Lest version
Google Checkout v1.3RC2rev2

Please provide any additional information below.

Google Checkout Shows :XML We Sent:

<?xml version="1.0" encoding="UTF-8"?>
<merchant-calculation-callback xmlns="http://checkout.google.com/schema/2"
serial-number="9129c59e-081c-4d09-84e6-80b06ccdd551">
  <shopping-cart>
    <items>
      <item>
        <quantity>1</quantity>
        <unit-price currency="GBP">14.99</unit-price>
        <merchant-item-id>242</merchant-item-id>
        <item-name>60cm (ZONE 2) Dish, Bkts &amp; SKY LNB</item-name>
        <item-description> 

New Page 1
   60cm (Zone 2) DISH, BRACKETS  &amp;amp; SKY LNB

 These attractive small horizontal ovoid antennas offer a narrower beam
width  when compared to conventional shaped reflectors of the same surface
area. This  will become important in the future when "bunching" of
satellites could c...</item-description>

<merchant-private-item-data>YToxMDp7czoyOiJpZCI7aToyNDI7czo0OiJuYW1lIjtzOjM0OiI2
MGNtIChaT05FIDIpIERpc2gsIEJrdHMgJiBTS1kgTE5CIjtzOjU6Im1vZGVsIjtzOjA6IiI7czo1OiJp
bWFnZSI7czo5OiIyNzA2NC5qcGciO3M6NToicHJpY2UiO3M6NzoiMTQuOTkwMCI7czo4OiJxdWFudGl0
eSI7czoxOiIxIjtzOjY6IndlaWdodCI7czo0OiIzLjUwIjtzOjExOiJmaW5hbF9wcmljZSI7ZDoxNC45
OTAwMDAwMDAwMDAwMDAyMTMxNjI4MjA3MjgwMzAwNTU3NjEzMzcyODAyNzM0Mzc1O3M6MTI6InRheF9j
bGFzc19pZCI7czoxOiIwIjtzOjEwOiJhdHRyaWJ1dGVzIjtzOjA6IiI7fQ==</merchant-private-i
tem-data>
      </item>
    </items>
    <merchant-private-data>

      <session-data>b550778d35f6fe11cf600775ce10652c;osCsid</session-data>

      <product-data>;242</product-data>

    </merchant-private-data>
  </shopping-cart>
  <buyer-id>105573427961348</buyer-id>
  <calculate>
    <shipping>
      <method name="Pick up: Pick up" />
      <method name="Royal Mail Recorded Signed For: Royal Mail Registered" />
      <method name="UK Royal Mail Rates: Shipping to UK" />
      <method name="Royal Mail Special Delivery: Royal Mail Special
Delivery" />
      <method name="Royal Mail Standard Parcel: Royal Mail Standard Parcel" />
    </shipping>
    <addresses>
      <anonymous-address id="908719641073479">
        <country-code>GB</country-code>
        <city>test</city>
        <region>TESTE</region>
        <postal-code>EN3 6LY</postal-code>
      </anonymous-address>
    </addresses>
    <merchant-code-strings />
    <tax>false</tax>
  </calculate>
  <buyer-language>en_US</buyer-language>
</merchant-calculation-callback>

Original issue reported on code.google.com by Falcon...@gmail.com on 24 Apr 2007 at 10:26

GoogleCodeExporter commented 9 years ago
Please double check the timeout issue? have a look to the response_error.log and
response_message.log

User http://demo.globant.com/~brovagnati/tools -> response handler test to test 
ur
implementation and time out

ropu

Original comment by rovagn...@gmail.com on 1 May 2007 at 4:32