Page 184 of 394 FirstFirst ... 84134174182183184185186194234284 ... LastLast
Results 1,831 to 1,840 of 3932
  1. #1831
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

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

    Zinfandel: WOW! Thanks for pointing that out.

    I did the test and it says invalid. Guess I did not pass? Here are the results:

    XML We Sent:

    Authorization: Basic XXXXXX:XXXXXX
    Content-Type: application/xml;charset=UTF-8
    Accept: application/xml;charset=UTF-8
    X-Origin-IP: 68.124.162.75


    XML We Received:

    HTTP/1.0 200 OK
    Date: Fri, 29 Jun 2007 16:15:43 GMT
    Server: Apache
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Pragma: no-cache
    Set-Cookie: zenid=2b30a1d672571d8aefa80870a8819dd0; path=/; domain=xxxxxxxxx.com
    Content-Type: text/html; charset=iso-8859-1
    X-Cache: MISS from proxy.globant.com
    Proxy-Connection: close

    Fri Jun 29 9:15:44 MST 2007:- Invalid

    Time to response: 2.4417290687561 segs Note: This script MUST response in less than 3 sec. so GC srv doesn't timeout.'


    How do I go about fixing this?

    Thanks!

  2. #1832
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

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

    Linux I am having the same exact problem - response.




    I believe I know why I was getting no orders in the admin and only in gco, its because I don't let them create a zen account I just go through google checkout.

    However, is there anyway to get this xml data with the phone number, last 3 digits into usable form, I could use this to follow up on alot orders?


    Site in question - www.wiipeddler.com
    Last edited by teebo; 29 Jun 2007 at 05:24 PM.

  3. #1833
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

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

    forgot to the post mine

    HTTP/1.0 200 OK
    Date: Fri, 29 Jun 2007 16:28:17 GMT
    Server: Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Pragma: no-cache
    X-Powered-By: PHP/4.4.6
    Set-Cookie: zenid=76c11ad242225b3b9964fbe685a6c4de; path=/; domain=www.wiipeddler.com
    Content-Type: text/html; charset=iso-8859-1
    X-Cache: MISS from proxy.globant.com
    Proxy-Connection: close

    Fri Jun 29 12:28:19 EDT 2007:- Invalid

  4. #1834
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

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

    I just wrote to my host and maybe I will find an answer today. Thanks to everyone for showing me the right direction.

  5. #1835
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

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

    teebo: did you check your google logs to see the problems? That might help you out.

  6. #1836
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

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

    Quote Originally Posted by Linux View Post
    teebo: did you check your google logs to see the problems? That might help you out.


    I have no errors, my checkouts work fine.

    My problem is

    1) I don't get all this extra info phone number, last 4 digits, etc.. I just happen to look into the log and saw all this xml data that could have really been helpful on verifying orders.


    2) I don't get orders in zen

  7. #1837
    Join Date
    Feb 2007
    Location
    NNJ
    Posts
    212
    Plugin Contributions
    0

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

    Guys,

    Our outgoing messages to GCO are not the issue. They're fine and you're probably getting an email from GCO that you have an order.

    The problem is the XML messages coming back from Google to your ZC.
    For one of many reasons, the googlecheckout/responsehandler.php may not find those messages to be processable.

    I'm not going to speculate as to the reason your's doesn't work.
    But, if so, ZC will not know anything about the order or the customer.

    If the customer does not have an account, your ZC will create one using the customer information sent back in the XML messages from google.
    But not if the responsehandler doesn't like it for some reasons.

    See the googlecheckout/response_message.log, not the error log.
    There is where you should find the XML that arrived from google, they are not error messages, they are the business data your cart needs to create an account and process the order.


    teebo:

    Thanks for pointing out that they are probably hitting checkout in the header menu. I suspected that, and that would explain why I'm seeing so many hits to checkout in my Google Analytics, but no sales.

    I too have a only the Google checkout button on my shopping cart page, and probably should disable the checkout button in the header menu.

    Good luck!!
    Elliot

    The loves of my life are a good white zinfandel and my dog Homer.

  8. #1838
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

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

    Quote Originally Posted by Zinfandel View Post
    Guys,

    Our outgoing messages to GCO are not the issue. They're fine and you're probably getting an email from GCO that you have an order.

    The problem is the XML messages coming back from Google to your ZC.
    For one of many reasons, the googlecheckout/responsehandler.php may not find those messages to be processable.

    I'm not going to speculate as to the reason your's doesn't work.
    But, if so, ZC will not know anything about the order or the customer.

    If the customer does not have an account, your ZC will create one using the customer information sent back in the XML messages from google.
    But not if the responsehandler doesn't like it for some reasons.

    See the googlecheckout/response_message.log, not the error log.
    There is where you should find the XML that arrived from google, they are not error messages, they are the business data your cart needs to create an account and process the order.


    teebo:

    Thanks for pointing out that they are probably hitting checkout in the header menu. I suspected that, and that would explain why I'm seeing so many hits to checkout in my Google Analytics, but no sales.

    I too have a only the Google checkout button on my shopping cart page, and probably should disable the checkout button in the header menu.

    Good luck!!


    Well, why exactly doesn't the response handler like? The xml data looks fine, do I have to edit the response handler?

    I just would like information to be emailed to me or something in proper form, because the risk assement is very important

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

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

    Ropu just posted a bit of news regarding version 1.4 development.

    http://groups.google.com/group/googl...8f5bba0f56fa/#

    Woody

  10. #1840
    Join Date
    Feb 2007
    Location
    NNJ
    Posts
    212
    Plugin Contributions
    0

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

    Regardless of the version 1.3 or 1.4, there really should be some way to go directly to GCO from any page on the site without having to go back to the view_cart to click on the google button.

    At the moment I use GCO only, and I had to disable the checkout in the drop down header menu, because it wasn't designed to go to GCO, and was most likely the cause of so many abandoned carts.

    I even think if there is a choice of payment methods, they should be rendered in the drop down menu as sub-levels under checkout
    kind of like this.

    View Cart
    Checkout --> Credit Card, PayPal Express, Google Checkout, WorldPay

    Is that doable?
    Elliot

    The loves of my life are a good white zinfandel and my dog Homer.

 

 

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