Zen Cart Logo
Forums / Addon Payment Modules / Google Checkout Callback URL question and GoDaddy

Google Checkout Callback URL question and GoDaddy

Locked

Views: 4,739

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
3 Feb 2008, 3:33 AM
#1
mfashraf avatar

mfashraf

New Zenner

Join Date:
Jan 2008
Posts:
39
Plugin Contributions:
0

Google Checkout Callback URL question and GoDaddy

Hello everyone. What is the correct GC callback url for zencart?? i also have a problem with it not receiving the shipping costs and all dat.. and so u know, im hosting with godaddy and there is NO WAY i can change my hosting because my client is attached to it

10 Feb 2008, 10:52 PM
#2
gus1924 avatar

gus1924

New Zenner

Join Date:
Jan 2008
Location:
Pittsburgh, PA area
Posts:
26
Plugin Contributions:
0

Re: Google Checkout Callback URL question and GoDaddy

I am looking for the same answer. Hopefully someone responds with help.

In researching this subject I did find the following example:
"https://www.marketworks.com/nextgen/service/google_notify.aspx"

Do we need to create a file called "google_notify.aspx" in our googlecheckout folder? and what should the file look like?

11 Feb 2008, 2:26 AM
#3
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

Re: Google Checkout Callback URL question and GoDaddy

mfashraf:

Hello everyone. What is the correct GC callback url for zencart?? i also have a problem with it not receiving the shipping costs and all dat.. and so u know, im hosting with godaddy and there is NO WAY i can change my hosting because my client is attached to it

Do you have a SSL certificate enabled?

If so, look at the part in your configure.php file that says something like DEFINE HTTPS_SERVER. What follows that is most likely the beginning of what you need for your callback url. Follow that with googlecheckout/responsehandler.php. (Add the / before googlecheckout, if needed) This should be your full callback url.

If not, you will not be able to use the GCO module in production, but you can test in the sandbox by using the url for the HTTP_SERVER as your base.

11 Feb 2008, 2:30 AM
#4
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

Re: Google Checkout Callback URL question and GoDaddy

gus1924:

I am looking for the same answer. Hopefully someone responds with help.

In researching this subject I did find the following example:
"https://www.marketworks.com/nextgen/service/google_notify.aspx"

Do we need to create a file called "google_notify.aspx" in our googlecheckout folder? and what should the file look like?

See the answer above. I believe you may be a bit off-track with the aspx file. This file extension is generally associated with an ASP.NET environment, of which the gco module is not a part.