Re: Google Checkout module for Zen Cart (beta)
Thought I would inquire here before contact Google Support.
Anyone else observing issues with the GCO button not being displayed and timing out when connecting to sandbox.google.com, from shopping cart or login page in Zen Cart? Issue just started a couple hours ago and I have not made any changes to system. Previously GCO sandbox was working well. Observing on two different PC's on different networks in both FF2 and IE6.
I logged in to my sandbox account on Google and everything appears in order.
SSL certificate appears to be working well and normal Zen Cart checkout functionality is fine.
I visited http://groups.google.com/group/googl...elopers-forum? but did not find anything applicable.
I do not know the URL where Google reports current GCO server/system status.
Woody
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
Anyone else observing issues with the GCO button not being displayed and timing out when connecting to sandbox.google.com, from shopping cart or login page in Zen Cart? Issue just started a couple hours ago and I have not made any changes to system.
OK now the text link "Checkout" renders where the GCO checkout button should render. At least now the link is hot to sandbox.google.com and is connecting properly so can checkout.
Just the graphic image of the button is not rendering now.
Me thinks Google is currently doing some "maintentance" work, which could not be tested out on development servers ;-)
But after all it's a sandbox and we're all having fun playing the guessing game are we not?... is it the mod, is it the mod configuration, is it Zen Cart, is it my webhost, is it my Google Checkout account configuration, is it Google Checkout server, is it my network provider, is it the internet, is it me, is it too much fun, is it not enuff sleep, ...
Woody
Re: Google Checkout module for Zen Cart (beta)
Woody -
It could very well be the Sandbox. I have my module pointing to production and a nice sale came through there today.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
chain_man
It could very well be the Sandbox. I have my module pointing to production and a nice sale came through there today.
Thanks for the report. Another beta tester also PM'd me to report he is also observing same issue with sandbox. So it must be a Google issue. Maybe Google purposely disabled displaying the garphic icon for sandbox testers? Not a big deal as the sandbox still works. But would be cool if Google could make available a status page, including announcing (pre-announce) functionality changes, so we "beta testers" don't unnecessarily invest time troubleshooting. And that would limit my posting to this thread ;-)
Woody
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
You did not respond to the question if you tried the responsehandler debug code provided by ropu.
Yes, I did. See below.
Quote:
Originally Posted by TripleMoons
This thread it's impossible to find anything. It's all mixed up with people going back and forth between different things. So my short anwer is no.
It would be helpful if the "approved" Mod for this was updated with whatever it is that is wrong with it that causes the Admin to not work properly.
Re: Google Checkout module for Zen Cart (beta)
I ran the /googlecheckout/responsehandler.php on my site & I do get an error:
Code:
Fatal error: Call to undefined function: getallheaders() in /home/www/keystoneexoticssupply.com/shoponline/googlecheckout/responsehandler.php on line 112
But that section I had commented out & I'm not sure why it's giving me an error.
Re: Google Checkout module for Zen Cart (beta)
The sandbox GCO button is now working again, and sandbox.google.com in general is responding faster that it previously had been. I think Google must've just been having some issues.
Re: Google Checkout module for Zen Cart (beta)
And I get this from Sandbox:
Quote:
<error serial-number="4d14d924-6527-47fe-9bba-197dd6f20f8a">
<error-message>No seller found with id 233870035457987</error-message>
</error>
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
TripleMoons
I ran the /googlecheckout/responsehandler.php on my site & I do get an error:
Code:
Fatal error: Call to undefined function: getallheaders() in /home/www/keystoneexoticssupply.com/shoponline/googlecheckout/responsehandler.php on line 112
But that section I had commented out & I'm not sure why it's giving me an error.
The code generating that error was removed from v.1.05 (as mentioned by ropu recently in this thread).
Copy responsehandler.php from svn location at
http://google-checkout-zencart.googl...nsehandler.php
Then paste into text editor, and save as same file name (ensure no spaces before opening php tag and after closing php tag).
(Or right click on the filename listed http://google-checkout-zencart.googl...ooglecheckout/
and choose save as or save link as to save file to your hard drive).
Then upload to your /googlecheckout directory.
See if that helps.
Also do the same for xmlbuilder.php and xmlparser.php. Then try out other changed files also.
Woody
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
The code generating that error was removed from v.1.05 (as mentioned by ropu recently in this thread).
Copy responsehandler.php from svn location at
http://google-checkout-zencart.googl...nsehandler.php
Then paste into text editor, and save as same file name (ensure no spaces before opening php tag and after closing php tag).
(Or right click on the filename listed
http://google-checkout-zencart.googl...ooglecheckout/
and choose save as or save link as to save file to your hard drive).
Then upload to your /googlecheckout directory.
See if that helps.
Also do the same for xmlbuilder.php and xmlparser.php. Then try out other changed files also.
Woody
Awesome, worked like a charm. :flex:
Any ideas about the error from Sandbox? The information IS correct.
I just noticed something else...The API callback thing required an https:// but when I put that in front of my URL, it bounces to the Admin login for a hosting server. Why is it doing that, and would that affect the items not showing up in the Zen Admin?