Advance software forum
September 08, 2010, 11:04:02 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: OsCommerce Google Checkout Level 2 shipping issue  (Read 458 times)
0 Members and 1 Guest are viewing this topic.
jarm
Newbie
*
Offline Offline

Posts: 3


View Profile
« on: May 20, 2010, 04:51:04 PM »

I already installed the OSCommerce Level 2 and already setup all setting; everything "look like" working fine but does not calculate shipping on real time, just PASS to google all items information and the default shipping cost defined on "Google Checkout UPS Shipping":
- Cost of `Next Day Air` shipping type
- Cost of `Ground` shipping type

Any advice will be appreciate, thanks in advance

jarm
« Last Edit: May 20, 2010, 05:03:54 PM by jarm » Logged
Zergus
Administrator
Newbie
*****
Offline Offline

Posts: 9


be advanced!


View Profile WWW
« Reply #1 on: May 21, 2010, 02:59:15 AM »

Hello Jarm,

Please check your google checkout account -> `Tools` tab -> Integration Console and if there are any errors there - post it here.

Thanks.
Logged

God, give me the serenity to accept what cannot be changed, give me courage to change what can be changed and give me the wisdom to distinguish one from the other.
jarm
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #2 on: May 26, 2010, 03:19:04 PM »

FIXED

was a web hosting application firewall

thanks
Logged
Zergus
Administrator
Newbie
*****
Offline Offline

Posts: 9


be advanced!


View Profile WWW
« Reply #3 on: May 26, 2010, 03:19:51 PM »

Your site uses USERTRUST certificate with is not in the list of Google Checkout supported SSL certificates (check http://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=57856 for list of valid certificates)
Also and error you pointed reveals that your server throw an 501 server error in response to Google Request.
However when manually sending XML from Google Console you posted, result returned is:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<merchant-calculation-results xmlns="http://checkout.google.com/schema/2">
  <results>
    <result address-id="670245329961552" shipping-name="UPS - Next Day Air">
      <shipping-rate currency="USD">80.80</shipping-rate>
      <shippable>true</shippable>
      <total-tax currency="USD">0</total-tax>
    </result>
    <result address-id="670245329961552" shipping-name="UPS - Ground">
      <shipping-rate currency="USD">11.56</shipping-rate>
      <shippable>true</shippable>
      <total-tax currency="USD">0</total-tax>
    </result>
    <result address-id="670245329961552" shipping-name="USPS - Priority Mail">
      <shipping-rate currency="USD">0.00</shipping-rate>
      <shippable>false</shippable>
      <total-tax currency="USD">0</total-tax>
    </result>
    <result address-id="670245329961552" shipping-name="USPS - Parcel Post">
      <shipping-rate currency="USD">0.00</shipping-rate>
      <shippable>false</shippable>
      <total-tax currency="USD">0</total-tax>
    </result>
  </results>
</merchant-calculation-results>
So the script itself works as intended, so I assume the problem is your certificate.
Logged

God, give me the serenity to accept what cannot be changed, give me courage to change what can be changed and give me the wisdom to distinguish one from the other.
Zergus
Administrator
Newbie
*****
Offline Offline

Posts: 9


be advanced!


View Profile WWW
« Reply #4 on: May 26, 2010, 03:20:41 PM »

Cheesy
Glad all is fixed.
Logged

God, give me the serenity to accept what cannot be changed, give me courage to change what can be changed and give me the wisdom to distinguish one from the other.
jarm
Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #5 on: May 26, 2010, 04:36:36 PM »

question:

after placed the order a new page show the google message:
THANKS xxxx, you're done!.
Your order has been sent to....... Return to 'my store"


but the url to return is to the root store instead of some confirmation.php

How could I fix to restore to an specified php??

« Last Edit: May 26, 2010, 04:38:10 PM by jarm » Logged
Zergus
Administrator
Newbie
*****
Offline Offline

Posts: 9


be advanced!


View Profile WWW
« Reply #6 on: June 07, 2010, 08:14:13 AM »

in /googlecheckout/gOscCommunicator.php

change

 function getContinueShoppingUrl()
    {
      return HTTP_SERVER. DIR_WS_CATALOG;
    }

to

 function getContinueShoppingUrl()
    {
      return HTTP_SERVER. DIR_WS_CATALOG.'your_confrimation_page_file.php';
    }
Logged

God, give me the serenity to accept what cannot be changed, give me courage to change what can be changed and give me the wisdom to distinguish one from the other.
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!