Quote Originally Posted by chain_man View Post
Just some observations:

Your responsehandler.php currently redirects to google.com. The expected result of entering your responsehandler url is a login box. No need to log in - if you get the box, it is OK.

You don't have a "big blue button" on your login page. This seems to indicate that you are not using the GCO module provided /public_html/includes/templates/YOUR_TEMPLATE/templates/tpl_login_default.php file.

You should not have GoogleCheckout as a radiobutton option if you installed the module correctly.

Those couple of things makes me think you did not install the templates correctly. And your responsehandler.php file is hosed.

My suggestion would be to remove GCO and try the GCO module installation again. For help with how to handle the templates try this thread:

http://www.zen-cart.com/forum/showthread.php?t=74605
I don't get a box from responsehandler.php, but at the end of the day, it seems that googlechekout is working well and responsehandler.php is for communicating with ZC only? I don't care if it communicates with ZC so long as I get e-mail notification of orders via Google. So, no response handler=no sweat, so long as cash is generated. However, what do you mean by autoresponder is, "hosed" ?

I don't have a big blue button on my login page, but I don't refer to a big blue button on the login page either. The big blue button is only on my checkout page and that's where I refer to it. If you're seeing it on my login page then I don't know how that's possible??

MY GCO account setup works perfectly well and I don't wanna remove it (nightmare). I have removed the radio button by just editing the coding on the page but the question is, why on earth is a radio button generated if it's not an option? Seems bonkers to me!

I've had to make 'noradio' => true); and then edit my googlecheckout.php language file to generate an image below all the other radio buttons instructing people to use the Google Checkout button at the foot of the page (if that's how they wanna pay).

Wouldn't it be a whole lot simpler to allow a radio button option and associate it with the Confirm Order button?

Surely there's a way to associate the Confirm Order button with the GC radio button, so that it'd direct to googlecheckout site?