Page 248 of 394 FirstFirst ... 148198238246247248249250258298348 ... LastLast
Results 2,471 to 2,480 of 3932
  1. #2471
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

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

    Quote Originally Posted by Turbo Neon View Post
    Can someone help me out here? This is the store layout right now

    www.tha-truth.com/shop/

    I can't seem to get google checkout to display properly. I searched almost every page of this thread and can't seem to find it. When you select google checkout it just sends you back to the shopping cart, help! Thanks in advance.
    Try this thread:

    http://www.zen-cart.com/forum/showthread.php?t=74605

    Never mind - I see you have the GCO button. Are you in Sandbox? I was sent to Google when I clicked the button...
    Last edited by chain_man; 16 Apr 2008 at 02:25 AM.

  2. #2472
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

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

    Quote Originally Posted by chain_man View Post
    And this error appeared where? And after doing what?
    on the GCO side after running a test from the GCO developers guide to find out where my error was coming from but this new error showed up.

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

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

    Quote Originally Posted by colemanpa View Post
    on the GCO side after running a test from the GCO developers guide to find out where my error was coming from but this new error showed up.

    Do you mean you the error on the Google site when you log into your checkout account on Google? A little more info would be useful...

    Maybe a little more of the error message too...

    What steps were you taking to run " a test from the GCO developers guide"?

  4. #2474
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

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

    Quote Originally Posted by chain_man View Post
    Do you mean you the error on the Google site when you log into your checkout account on Google? A little more info would be useful...

    Maybe a little more of the error message too...

    What steps were you taking to run " a test from the GCO developers guide"?
    yes on the google site GCO account after I ran the following Validating XML Messages to Google Checkout but the error message was only;

    "The Http Get method is invalid to use for sending requests."

  5. #2475
    Join Date
    Feb 2008
    Posts
    60
    Plugin Contributions
    0

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

    Quote Originally Posted by chain_man View Post
    A couple of things: Is "https://www.mysite.com/googlecheckout/responsehandler.php" really the entry you made in the Google Checkout Integration settings? If so, you may want to use your actual site name, rather than "www.mysite.com" If this was just for demo purposes, ignore the previous. But you may still have an SSL certificate problem...

    Secondly, you can test in sandbox without the SSL. Change your Google settings for sandox to "http://...." And be sure to change the GCO settings in your Admin->Payment Modules->GoogleCheckout Merchant Calculation mode to http.

    Report progess here...
    chain_man and webskipper,
    I am also getting a timeout error as webskipper noted: (www.mysite.com is fictitious)
    We timed out waiting for your server at https://www.mysite.com/googlecheckou...nsehandler.php -- the error we got is: Read timed out Your server must respond faster to merchant calculation callback requests.
    Have reduced the number of shipping options (USPS, UPS) no change in response.
    Also checked SSL domain listed www.mysite.com is correct for me

    anything else to check

  6. #2476
    Join Date
    Feb 2008
    Posts
    60
    Plugin Contributions
    0

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

    Additional info for above post:

    Here is my Shipping output from https://www.mysite.com/googlecheckou..._generator.php
    <?php
    /**
    * File: googlecheckout/shipping_methods.php file
    */
    $mc_shipping_methods = array(
    'ups' => array(
    'domestic_types' =>
    array(
    '2DA' => '2nd Day Air',
    '3DS' => '3 Day Select',
    'GND' => 'Ground',

    ),

    'international_types' =>
    array(

    ),
    ),
    'usps' => array(
    'domestic_types' =>
    array(
    'EXPRESS' => 'Express Mail (1 - 2 days)',
    'FIRST CLASS' => 'First-Class Mail (2 - 5 days)',
    'PRIORITY' => 'Priority Mail (2 - 3 days)',
    'PARCEL' => 'Parcel Post (4 - 7 days)',

    ),

    'international_types' =>
    array(
    'Priority Mail International' => 'Priority Mail International (6 - 10 days)',
    'Priority Mail International Flat Rate Envelope' => 'Priority Mail International Flat Rate Envelope (6 - 10 days)',
    'Priority Mail International Flat Rate Box' => 'Priority Mail International Flat Rate Box (6 - 10 days)',
    'First-Class Mail International' => 'First-Class Mail International (Varies)',

    ),
    ),
    );

    $mc_shipping_methods_names = array(
    'ups' => 'United Parcel Service',
    'usps' => 'United States Postal Service',
    );
    ?>
    It took (Average) 2.21744 Secs.

    so the times to get these ship rates seems reasonable, I then tried to get shipping shipping methods again button and see what time values I would get after say 3 tries

    anywhere from 2 to over 5 sec. not sure if there is a way to increase this timeout value for the responsehandler but that sure looks like it would be a good place to start.
    anyone have any idea on where to look?

    Here is all I could find on the error from Google
    http://checkout.google.com/support/s...n_errors_77777
    Last edited by Dytron; 18 Apr 2008 at 08:37 PM. Reason: added link

  7. #2477
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

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

    As Chainman recommended to me, the more selections you have the long it takes them to ping your site, the more likely it will time out.

    I just realized that since I moved my shop directory up to the top i had to tell Google where to find the response handler. No wonder my invoices were not going through. DOH!

    Prices and time for Parcel Post are pretty much antiquated by Priority.

    Do you realize that it only costs $5-13 per week for UPS daily pickup? Total control of tracking. Pickup on demand is @ $5 per package.

    Try sending yourself a GC invoice and see what you get in the integration panel for errors if any.

    Check file permissions:

    /googlecheckout/logs/response_error.log file. Logs are not writable, set them to 777
    Cheers!
    v2.0+

  8. #2478
    Join Date
    Feb 2008
    Posts
    60
    Plugin Contributions
    0

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

    Quote Originally Posted by webskipper View Post
    As Chainman recommended to me, the more selections you have the long it takes them to ping your site, the more likely it will time out.

    I just realized that since I moved my shop directory up to the top i had to tell Google where to find the response handler. No wonder my invoices were not going through. DOH!

    Prices and time for Parcel Post are pretty much antiquated by Priority.

    Try sending yourself a GC invoice and see what you get in the integration panel for errors if any.

    Check file permissions:

    /googlecheckout/logs/response_error.log file. Logs are not writable, set them to 777
    thanks webskipper for the response but I have reduced my shipping services and have gone through the readmes, file permissions etc...
    Sometimes it works and sometimes not, just looking to get it solid

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

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

    Quote Originally Posted by colemanpa View Post
    yes on the google site GCO account after I ran the following Validating XML Messages to Google Checkout but the error message was only;

    "The Http Get method is invalid to use for sending requests."
    Just a guess - be sure you have "XML" checked for your Callback Method in your Google account->Settings->Integration.

  10. #2480
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

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

    Is Google Code for ZC still ok to use?

    http://code.google.com/p/google-checkout-zencart/


    I ran a test and it did not like my site. Something about invalid. Now, that seems hoky because people checkout with GC all the time and Google processes it all fine.
    Cheers!
    v2.0+

 

 

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