Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2009
    Posts
    13
    Plugin Contributions
    0

    Default Google Checkout - Shipping & Handling charges

    Hi
    I've integrated the Google Checkout payment module into my site and it is working. Apart from it doesn't show all the shipping methods from my Zen Cart. On the Google checkout page after the customer is redirected to the Google site, the only shipping method shown is Store Pickup, no other options are shown. On my Zen Cart I also have zone delivery rates setup and free shipping above £30. I am in the UK if that makes a difference.
    Thanks
    James

  2. #2
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: Google Checkout - Shipping & Handling charges

    Quote Originally Posted by dr_james_leo View Post
    Hi
    I've integrated the Google Checkout payment module into my site and it is working. Apart from it doesn't show all the shipping methods from my Zen Cart. On the Google checkout page after the customer is redirected to the Google site, the only shipping method shown is Store Pickup, no other options are shown. On my Zen Cart I also have zone delivery rates setup and free shipping above £30. I am in the UK if that makes a difference.
    Thanks
    James
    If it is the one offered in the download section, item 2 of the description may be something.

    2. Shipping support (Currently, flat rates, item rates and table rates are supported)

  3. #3
    Join Date
    Oct 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Google Checkout - Shipping & Handling charges

    Has anyone else used Google Checkout with Zen Cart and got the shipping working properly?

  4. #4
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Checkout - Shipping & Handling charges

    Quote Originally Posted by dr_james_leo View Post
    Has anyone else used Google Checkout with Zen Cart and got the shipping working properly?
    hey there, i had the same problem, i then went into a file called
    googlecheckout.php
    located in"includes/modules/payment/"
    in there on line 63
    Code:
        $this->shipping_support = array("flat", "item", "table",  'freeoptions', 'freeshipper', 'perweightunit', 'storepickup', 'itemnational', 'iteminternational');
    now since my shipping isn't called any of them
    i added mine to the end of the code
    Code:
        $this->shipping_support = array("flat", "item", "table",  'freeoptions', 'freeshipper', 'perweightunit', 'storepickup', 'itemnational', 'iteminternational', 'ukmainland');
    now seems to be working for me
    i may not know how yet, but i soon will....i hope :)

 

 

Similar Threads

  1. v154 combing shipping and handling charges
    By diptimoy in forum General Questions
    Replies: 5
    Last Post: 22 May 2015, 10:05 PM
  2. v139h google checkout shipping & handling field is disabled
    By sgc1998 in forum Addon Payment Modules
    Replies: 0
    Last Post: 18 Oct 2012, 11:02 PM
  3. Shipping & Handling Charges
    By isolveja in forum Basic Configuration
    Replies: 1
    Last Post: 13 Jul 2012, 04:32 PM
  4. Anyone fixed the Google Checkout Shipping Charges problem yet?
    By Winks in forum Addon Payment Modules
    Replies: 0
    Last Post: 13 Oct 2008, 01:17 PM
  5. Google Checkout & Shipping.
    By milobloom in forum Addon Payment Modules
    Replies: 5
    Last Post: 1 Oct 2007, 09:28 AM

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