10 replies [Last post]
mimetic2's picture
Offline
Joined: 08/07/2007
Juice: 478
Was this information Helpful?

Hello,

I had the old CpiLl version of google checkout installed. I then uninstalled it. Then i went to install lyle's new module. And now when i go to cart and then click on the google checkout button, it takes me straight to ecopaper.com.

Does anyone know any ideas of why this is?

My callback in google checkout is https://www.ecopaper.com/google_checkout (as opposed to http). Still not sure if i'm doing anything wrong.

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Google Checkout Not woring

Have you been getting anything in the watchdog logs?

Check that all of the other settings in the Google Checkout Merchant Center are correct for Ubercart as well. The XML API should be used, and the carts will be digitally signed. Enable all of the advanced settings so that the most information will be available to Ubercart.

Finally, try turning off secure pages for the callback url. It's not really a solution, but it's good to know if Google Checkout can't work the way it says it should.

mimetic2's picture
Offline
Joined: 08/07/2007
Juice: 478
Re: Re: Google Checkout Not woring

I get this comment in watchdog:

Google Checkout is enabled, but no Merchant ID found.

even though my merchant id is correct and found...odd

EDIT: That was for a previous time. Still not working. Just goes back to homepage. All the advanced settings are checked and i cant take of SSL or else google wont save the URL. It will say error, server needs to be secured.

Edit#2: i added google_checkout* to my make secure list but that didnt do anything either.

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Re: Re: Google Checkout Not woring

It finally occurs to me that I need to release the latest version of uc_google_checkout. I'd been sitting on it while working with Google to make sure it's certified. That's done now, so everybody needs to start using it.

Here's the release node on d.o: http://drupal.org/node/289519.

mimetic2's picture
Offline
Joined: 08/07/2007
Juice: 478
Re: Re: Re: Re: Google Checkout Not woring

Still the same problem...

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Re: Re: Re: Re: Google Checkout Not woring

I think I figured it out. You're probably still using the Test mode, but you haven't entered a Test Merchant ID. I just realized that this would be really easy to do since both of those settings are under a collapsed fieldset on the settings page.

Go switch to the production mode and things should work again.

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Re: Re: Re: Re: Re: Google Checkout Not woring

I decided that this would be worth its own release: http://drupal.org/node/289655. I'm sure there would be a lot more people who wouldn't find that setting to change it.

mimetic2's picture
Offline
Joined: 08/07/2007
Juice: 478
Lyle- Thanks for your

Lyle-

Thanks for your continued help. Unfortunately i'm not using test mode. I dont have any information in test mode and it is checked to off.

Still goes straight to homepage.

I did have the old google checkout module installed. I'm going to go into my system table and variable table and manually uninstall the google_checkout table and see if that works.

pdesign's picture
Offline
Joined: 10/25/2008
Juice: 7
Redirected to site homepage

I also had this problem. Watchdog stated Unable to find the socket transport "ssl".
Uncomment extension=php_openssl.dll in your php.ini and restart Apache. Worked for me and might help someone else.

W2WIN_Technologies's picture
Offline
Joined: 01/09/2009
Juice: 2
Found a way to make Google Checkout work!!

It seems Google Checkout is not working when installed as is. We have found that the below mentioned changes need to be done in “uc_google_checkout.module” file

The Merchant ID and Merchant test ID fields are referred wrongly in “uc_google_checkout.module” file. As of now it appears as “uc_google_merchant_id” and “uc_google_test_merchant_id” respectively. To make it work we need to change it as “uc_google_checkout_merchant_id” and “uc_google_checkout_test_merchant_id” respectively.

In the links related to “Google” (Example: http://checkout.google.com) change the protocol from http to https (i.e. https://checkout.google.com)

AttachmentSize
uc_google_checkout.zip 13 KB
mcfilms's picture
Offline
Joined: 01/31/2011
Juice: 36
Re: Found a way to make Google Checkout work!!

Does ANYBODY have Google checkout working. I was going to give the module above a try, but I see it is a year earlier than the uc_google_checkout.module supplied with Ubercart 2. I have my SSL configured and got both PayPal and FirstData Mercahnt accounts configured. But the client requested Google Checkout. After installing and configuring uc_google_checkout and setting up the https://checkout.google.com/sell/settings?section=Integration site.

My settings:
My company will only post digitally signed carts is checked
Callback contents: I am using
Notification as XML (Requires an HTTPS URL) I have it set for the configured https url
API Version
I have tried version 2.0 and version 2.5

Am I missing something? Can someone tell me if they even got it to work?

Thank you,

Jerry