Page 20 of 394 FirstFirst ... 1018192021223070120 ... LastLast
Results 191 to 200 of 3932
  1. #191
    Join Date
    Nov 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    OK....ver 1.0.3 now logging........

    responsehandler.php

    syntax error, unexpected ';', expecting ')' in /home/dwellsin/public_html/jerkynet/store/go
    oglecheckout/responsehandler.php on line 344

    But still no admin order page updates.........arg.................

  2. #192
    Join Date
    Aug 2004
    Posts
    23
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    I'm having the same problem, that it does not update the orders in ZC. I tried both 1.0.2 and 1.0.3. I tested the api callback url in my browser and did not get an error.

    With 1.0.2, I don't get an error on the Google Checkout Settings>Integration page, but with 1.0.3, I always get a "Read Timed Out" error.

    Could this be a browser issue? I am using Firefox (newest release).

    BTW, I edited line 344 in the responsehandler.php file for 1.0.3, and removed the semi-colon near the end of the line.

  3. #193
    Join Date
    Aug 2005
    Location
    New York!!!
    Posts
    164
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    500 error.... Any idea why?


    We encountered an error trying to access your server at https://trinorthlighting.com/Store/g...nsehandler.php -- the error we got is: Sending failed with HTTP response code: 500. Response body was: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>500 Internal Server Error</TITLE> </HEAD><BODY> <H1>Internal Server Error</H1> The server encountered an internal error or misconfiguration and was unable to complete your request.<P> Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.<P> More information about this error may be available in the server error log.<P> <P>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. <HR> <ADDRESS>Apache/1.3.37 Server at trinorthlighting.com Port 443</ADDRESS> </BODY></HTML>
    http://www.trinorthlighting.com, http://ledchristmaslighting.com, http://ledneonlight.com

    Those who bring sunshine to the lives of others, cannot keep it from themselves!

  4. #194
    Join Date
    Aug 2005
    Location
    New York!!!
    Posts
    164
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    I am getting this message as well in my error logs:

    [2006-11-10 17:39:38]: error: file is writable by others: (/home/trinorth/public_html/Store/admin/googlecheckout/responsehandler.php)
    http://www.trinorthlighting.com, http://ledchristmaslighting.com, http://ledneonlight.com

    Those who bring sunshine to the lives of others, cannot keep it from themselves!

  5. #195
    Join Date
    Nov 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Trinorth........

    Your last one looks like an easy one....my docs show your googlecheckout dir as a child of your store root, ie;
    you have
    store/admin/googlecheckout
    should be
    store/googlecheckout

    Just shakin the bush over here to, wishing i could figure whats up with no admin order updates from this, everything else is wonderful!

    Dave.....

  6. #196
    Join Date
    Aug 2005
    Location
    New York!!!
    Posts
    164
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by jerkynet View Post
    Trinorth........

    Your last one looks like an easy one....my docs show your googlecheckout dir as a child of your store root, ie;

    should be
    store/googlecheckout

    Just shakin the bush over here to, wishing i could figure whats up with no admin order updates from this, everything else is wonderful!

    Dave.....
    Tried that as well. It passes orders to google fine, but when google tries to communicate back it hits the server error....

    The passback url for the api is not allowed to feed into the admin the orders..... That is where my issue is, google communicating back....

    You might want to check the integration on google checkout to see what kind of errors your getting on the pass back.
    http://www.trinorthlighting.com, http://ledchristmaslighting.com, http://ledneonlight.com

    Those who bring sunshine to the lives of others, cannot keep it from themselves!

  7. #197
    Join Date
    Nov 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by trinorthlighting View Post
    Tried that as well. It passes orders to google fine, but when google tries to communicate back it hits the server error....

    The passback url for the api is not allowed to feed into the admin the orders..... That is where my issue is, google communicating back....

    You might want to check the integration on google checkout to see what kind of errors your getting on the pass back.
    No errors on google, it be happy.......
    Dave......

  8. #198
    Join Date
    Aug 2005
    Location
    New York!!!
    Posts
    164
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    The one thing that baffles me on the whole level two and ssl intergration. If you think about it, when the customer has items in his cart its not secure at the point. When the customer hits the google checkout, then it goes to google in a secure mode. Customer types in his info which is secure....

    The only thing that google passes bach which should go to the admin at that point is secure. Since google is not passing back and there are issues with this, is the API even necessary?
    http://www.trinorthlighting.com, http://ledchristmaslighting.com, http://ledneonlight.com

    Those who bring sunshine to the lives of others, cannot keep it from themselves!

  9. #199
    Join Date
    Aug 2004
    Posts
    23
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    I just got this back from Google support when I asked if there is a way to export orders from Google Checkout, and I mentioned I was using ZC:
    ----------------------------------------------------------------------------------------

    Thank you for your email. I understand that new orders don't appear in
    your Zencart Admin UI.

    We apologize for the inconvenience this may be causing you, we're actively
    working to resolve this issue as soon as possible.

    Thank you for your patience; we'll make an announcement in the Zencart
    forum when this is fully resolved.


    Thanks,

    Jacob
    Google Checkout API Support

  10. #200
    Join Date
    Nov 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by trinorthlighting View Post
    The one thing that baffles me on the whole level two and ssl intergration. If you think about it, when the customer has items in his cart its not secure at the point. When the customer hits the google checkout, then it goes to google in a secure mode. Customer types in his info which is secure....

    The only thing that google passes bach which should go to the admin at that point is secure. Since google is not passing back and there are issues with this, is the API even necessary?
    Having your cart app talking intimently with the processor back and forth, is very cool, other option would be to use PayPal thier IPN works pretty well, but then you have to put up with the payPal crapola......my vote is Google.....once I get mine working, I am going into bigtime marketing mode, take advantage of those FREE ccard processing thru 12/31..........I am pushing folks into google by only offering coupons if checkout with google.......they are all over it.

    So....where is our colosports or google guy?? seems there are few remaining issues here.

    Dave....
    Dave........

 

 

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