1.5 Google Checkout Issue

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
Greetings All,

I am trying to implement Google Checkout in nopcommerce version 1.5, and am having the following problem:

- orders are placed correctly in Google's merchant site (sandbox mode)
- upon returning to my site, the shopping cart is not cleared, and no order information is stored

Additional info:

- the API callback URL in Google is set to: http://www.mysite.com/store/GooglePostHandler.aspx
- digitally signed cart option in Google is unchecked
- The google integration console error log reports the following error:
"  We encountered an error trying to access your server at http://www.mysite.com/store/GooglePostHandler.aspx -- the error we got is java.net.MalformedURLException: no protocol: /store/Login.aspx?ReturnUrl=%2fstore%2fGooglePostHandler.aspx"
- my host is softsys
- not using ssl

- I searched through this forum without finding a resolution, particularly this thread: Google Checkout Return Page Path  

Thank you in advance for any help on getting Google Checkout to work.
14 years ago
Any thoughts on this one folks?
14 years ago
lakeshore wrote:
Greetings All,

I am trying to implement Google Checkout in nopcommerce version 1.5, and am having the following problem:

- orders are placed correctly in Google's merchant site (sandbox mode)
- upon returning to my site, the shopping cart is not cleared, and no order information is stored

Additional info:

- the API callback URL in Google is set to: http://www.mysite.com/store/GooglePostHandler.aspx
- digitally signed cart option in Google is unchecked
- The google integration console error log reports the following error:
"  We encountered an error trying to access your server at http://www.mysite.com/store/GooglePostHandler.aspx -- the error we got is java.net.MalformedURLException: no protocol: /store/Login.aspx?ReturnUrl=%2fstore%2fGooglePostHandler.aspx"
- my host is softsys
- not using ssl

- I searched through this forum without finding a resolution, particularly this thread: Google Checkout Return Page Path  

Thank you in advance for any help on getting Google Checkout to work.


Hi lakeshore-

I didn't know you could choose not to have " digitally signed cart option in Google is unchecked " because of this it defaults to a "https://www.mysite.com/store/.." and you have to have a certificate installed.

Do you have a certificate installed? Only after I did this did the posthandler begin firing until I upgraded to 1.5 and it stopped working.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.