Results 1 to 10 of 23

Hybrid View

  1. #1
    Join Date
    Aug 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Google Checkout charging $1 for shipping

    One more thing:



    In the GC integration settings the API callback URL is set to :

    https://www.my_webpage.com/googleche...nsehandler.php

    And "MY COMPANY WILL ONLY POST DIGITALY SIGNED CARTS" radio box is checked.


    and
    Callback contents is set as :
    Notification as XML
    e.g. <google-order-number>123</google-order-number>

    The Advanced tab has no options checked.

    Is this Correct?

    what is the diffrence between choosing XML and HTML??
    Last edited by rcht; 20 Oct 2009 at 07:25 AM.

  2. #2
    Join Date
    Aug 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Google Checkout charging $1 for shipping

    I have also been getting this message in my Google Checkout integration console

    We encountered an error trying to access your server at https://www.my-website.com/googleche...nsehandler.php -- the error we got is java.net.SocketTimeoutException: Read timed out.

    as well as sent back to my email:

    We've made several unsuccessful attempts to send order notifications to your notification callback URL, https://www.my_website.com/googleche...nsehandler.php As a result, you aren't receiving order status, risk, or other notifications.

    This message started to happen after we received the $1 shipping order and to prevent future purchases I uninstalled GC.
    The item was then shipped to the customer and I logged in to GC on the web to update the order into shipped. thats when I got above message.

  3. #3
    Join Date
    Aug 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Google Checkout charging $1 for shipping

    By the lack of response, perhaps we are all in the same boat and GC is a pain to get it to work properly???

  4. #4
    Join Date
    Aug 2009
    Posts
    30
    Plugin Contributions
    0

    Default Re: Google Checkout charging $1 for shipping

    any one know the answer to any of the above issues?

    Thank you

  5. #5
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Google Checkout charging $1 for shipping

    Same issue... anyone figure this out?

  6. #6
    Join Date
    Jul 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Google Checkout charging $1 for shipping

    Did you ever find a solution to this problem? I'm having the same issues.

  7. #7
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Google Checkout charging $1 for shipping

    Somewhat... Google tries to use your shipping calculator to find the shipping price. If after 3 seconds it doesn't get a response it sets the price you set on your Default Values for Real Time Shipping Rates section.

    To help speed it up you will need to delete any shipping methods you aren't using from the shipping_methods.php file

    Since I couldn't get free shipping working right i pulled it out. Mine looks like this.

    Code:
    <?php
    /*
     **GOOGLE CHECKOUT ** v1.4.7
     * @version $Id: shipping_methods.php 5852 2007-12-14 14:58:57Z ropu $
     * 
     */
      // this are all the available methods for each shipping provider, 
      // see that you must set flat methods too!
      // CONSTRAINT: Method's names MUST be UNIQUE
      // Script to create new shipping methods
      // http://demo.globant.com/~brovagnati/tools -> Shipping Method Generator
     
      $mc_shipping_methods = array(
                            'usps' => array(
                                        'domestic_types' =>
                                          array(
                                              'PRIORITY' => 'Priority Mail',
                                               ),
                                        'international_types' =>
                                          array(
                                              'Priority Mail International' => 'Priority Mail International (6 - 10 days)',
                                              ),                                        
                                            ),
    
                                                            );
    
      $mc_shipping_methods_names = array( 
                                             'usps' => 'USPS',
    
                                            );  
    ?>

 

 

Similar Threads

  1. Google checkout problem
    By gth73bg in forum Addon Payment Modules
    Replies: 1
    Last Post: 22 Oct 2009, 09:37 PM
  2. Google Checkout Problem
    By jgroleau in forum Addon Payment Modules
    Replies: 2
    Last Post: 12 Aug 2009, 11:02 PM
  3. Checkout Button problem with Google Checkout
    By handkem in forum Addon Payment Modules
    Replies: 0
    Last Post: 12 May 2008, 10:41 PM
  4. Problem google checkout
    By billi in forum Addon Payment Modules
    Replies: 1
    Last Post: 17 Apr 2008, 01:39 AM
  5. google checkout problem
    By blackinches in forum Addon Payment Modules
    Replies: 9
    Last Post: 3 May 2007, 07:40 PM

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