Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2011
    Posts
    6
    Plugin Contributions
    0

    Default GOOGLE Checkout Shipping Error

    I have installed google checkout for my zen cart 1.3.9h. Everything seems to be working fine except that when someone add products to its cart the shipping only shows $1. I have GoogleCheckout Carrier Calculated Shipping FALSE. I am using Zone rate shipping calculation based on weight.
    How can I get google to get the shipping rates from zen cart just like paypal gets. I tried to read too many threads/posts but so far can not get any clear response. Any suggestion will be helpful. THANKS

  2. #2
    Join Date
    Apr 2011
    Posts
    6
    Plugin Contributions
    0

    Default Re: GOOGLE Checkout Shipping Error

    Anyone with any idea!!!!!!!

  3. #3
    Join Date
    Sep 2011
    Location
    Upstate, NY
    Posts
    47
    Plugin Contributions
    0

    Default Re: GOOGLE Checkout Shipping Error

    I am having the same problem. I really would like to get an answer for this.

    zen cart: v1.3.9h
    Google Checkout Module Version: v1.4.7

    I am using table rates from a duplicate table add on and they work 100% with my own merchant account as well as PayPal express but when you click on the google checkout button the shipping amounts are always the shipping defaults as set up in the google checkout payment module.

    Example:
    Default Values for Real Time Shipping Rates
    myups2myups2domestic_types_VD:7.5, myups2myups2international_types_VD:0, tableprioritytableprioritydomestic_types_VD:6.5, tableprioritytablepriorityinternational_types_VD:0, uspsparceluspsparceldomestic_types_VD:5.25, uspsparceluspsparcelinternational_types_VD:0

    GoogleCheckout Carrier Calculated Shipping
    False

    So if you have $ 100.00 of goods in your cart, gc only displays shipping as 7.50, 6.50 and 5.25

    Whereas when I use the shipping estimator it works correctly and paypal works correctly.

    I have searched for a solution but can't find one.

    I am not sure if nutrahealth is having the same issue, but I think it's close.

    Thanks,
    Kevin

  4. #4
    Join Date
    Sep 2011
    Location
    Upstate, NY
    Posts
    47
    Plugin Contributions
    0

    Default Re: GOOGLE Checkout Shipping Error

    Hi,
    I found an answer in the forum.

    Here's what I did and it works 100% now:

    path\to\includes\modules\payment
    googlecheckout.php LINE 63

    PHP Code:
    $this->shipping_support = array("flat""item""table",  'freeoptions''freeshipper''perweightunit''storepickup''itemnational''iteminternational'); 
    Add the custom shipping fields in here like this:

    PHP Code:
    $this->shipping_support = array("custom_table_one","custom_table_two","flat""item""table",  'freeoptions''freeshipper''perweightunit''storepickup''itemnational''iteminternational'); 
    It works great!!!


    Thanks,
    Kevin
    Last edited by kevinoneil68; 14 Oct 2011 at 01:27 AM. Reason: forgot LINE 63

 

 

Similar Threads

  1. Replies: 6
    Last Post: 11 Jan 2013, 12:51 PM
  2. Error: Shipping Methods not configured -- Google Checkout
    By Santari in forum Addon Payment Modules
    Replies: 8
    Last Post: 7 Aug 2012, 10:15 PM
  3. Google Checkout Shipping Module Error
    By LiamC in forum Addon Payment Modules
    Replies: 1
    Last Post: 1 Apr 2010, 01:54 AM
  4. Google Checkout Error when generate code for UK Shipping
    By gamenano in forum Addon Payment Modules
    Replies: 1
    Last Post: 23 Feb 2010, 06:47 PM
  5. Replies: 11
    Last Post: 16 May 2009, 04:45 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