Zen Cart Logo
Forums / Addon Payment Modules / GOOGLE Checkout Shipping Error

GOOGLE Checkout Shipping Error

Views: 1,457

Results 1 to 4 of 4
7 Aug 2011, 4:28 PM
#1
nutrahealth avatar

nutrahealth

New Zenner

Join Date:
Apr 2011
Posts:
6
Plugin Contributions:
0

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

8 Aug 2011, 5:43 PM
#2
nutrahealth avatar

nutrahealth

New Zenner

Join Date:
Apr 2011
Posts:
6
Plugin Contributions:
0

Re: GOOGLE Checkout Shipping Error

Anyone with any idea!!!!!!!

13 Oct 2011, 11:05 PM
#3
kevinoneil68 avatar

kevinoneil68

New Zenner

Join Date:
Sep 2011
Location:
Upstate, NY
Posts:
48
Plugin Contributions:
0

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

14 Oct 2011, 12:26 AM
#4
kevinoneil68 avatar

kevinoneil68

New Zenner

Join Date:
Sep 2011
Location:
Upstate, NY
Posts:
48
Plugin Contributions:
0

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

$this->shipping_support = array("flat", "item", "table",  'freeoptions', 'freeshipper', 'perweightunit', 'storepickup', 'itemnational', 'iteminternational');

Add the custom shipping fields in here like this:

$this->shipping_support = array("custom_table_one","custom_table_two","flat", "item", "table",  'freeoptions', 'freeshipper', 'perweightunit', 'storepickup', 'itemnational', 'iteminternational');

It works great!!!

:clap:
Thanks,
Kevin