Page 40 of 394 FirstFirst ... 3038394041425090140 ... LastLast
Results 391 to 400 of 3932
  1. #391
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default 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

  2. #392
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by Woodymon View Post
    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

  3. #393
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

    Default 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.

  4. #394
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by chain_man View Post
    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

  5. #395
    Join Date
    Oct 2006
    Location
    Hanover, PA
    Posts
    71
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by Woodymon View Post
    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.
    [FONT=Century Gothic].: Stef :.[/FONT]

  6. #396
    Join Date
    Oct 2006
    Location
    Hanover, PA
    Posts
    71
    Plugin Contributions
    0

    Default 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.
    [FONT=Century Gothic].: Stef :.[/FONT]

  7. #397
    Join Date
    Dec 2006
    Posts
    13
    Plugin Contributions
    0

    Default 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.

  8. #398
    Join Date
    Oct 2006
    Location
    Hanover, PA
    Posts
    71
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    And I get this from Sandbox:

    <error serial-number="4d14d924-6527-47fe-9bba-197dd6f20f8a">
    <error-message>No seller found with id 233870035457987</error-message>
    </error>
    [FONT=Century Gothic].: Stef :.[/FONT]

  9. #399
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by TripleMoons View Post
    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
    Last edited by Woodymon; 18 Dec 2006 at 09:54 AM.

  10. #400
    Join Date
    Oct 2006
    Location
    Hanover, PA
    Posts
    71
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by Woodymon View Post
    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.

    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?
    Last edited by TripleMoons; 18 Dec 2006 at 10:11 AM.
    [FONT=Century Gothic].: Stef :.[/FONT]

 

 

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. Google Checkout module support for ZC 1.5.0?
    By Woodymon in forum Addon Payment Modules
    Replies: 2
    Last Post: 21 Jan 2012, 03:18 AM
  3. Google Checkout - is there a module for 1.3.9g?
    By cchan in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Jan 2011, 05:04 AM
  4. Update Google Checkout Module or Custom Google Checkout?
    By pacificmanagment in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 May 2010, 09:40 AM
  5. Replies: 1
    Last Post: 31 May 2009, 02:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR