Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23
  1. #21
    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',
    
                                            );  
    ?>

  2. #22
    Join Date
    Dec 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Google Checkout Problem

    I am having the "not having the Google Checkout orders show up in my Zen Cart admin" problem but shipping works fine for me, so I think these are unrelated.
    I have done all the steps that were in the readme, and I get a full response from google in the response_message.log file.
    The response_error.log has no errors.

    In terms of Google Analytics, there is a big section in Google Analytics about connecting to urchin.js and such things. Is it necessary to go through that procedure of adding the code in order for orders to show up in Zen Cart Admin?

  3. #23
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

    Default Re: Google Checkout Problem

    Same issues here with the orders not showing up in Zencart admin panel. This is needed, any clues?

 

 
Page 3 of 3 FirstFirst 123

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