Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2007
    Posts
    11
    Plugin Contributions
    0

    help question 911 Help With google check out Shipping not charging

    Okay I installed the google checkout error free. How do I set the shipping term. People are buying from my site but the are not getting charged for shipping

    How do I set the shipping for my google check out.


    Google Checkout Module Version
    Version of the installed Module

    v1.4.5_CCS

    Enable GoogleCheckout Module
    Accepts payments through Google Checkout on your site

    True
    False

    Select Mode of Operation
    Select either the Developer's Sandbox or live Production environment
    Note that different Id/Key pair will be used depending on the environment selected

    https://sandbox.google.com/checkout/
    https://checkout.google.com/

    Production Merchant ID
    Your merchant ID is listed on the "Integration" page under the "Settings" tab


    Production Merchant Key
    Your merchant key is also listed on the "Integration" page under the "Settings" tab


    Sandbox Merchant ID
    Your merchant ID is listed on the "Integration" page under the "Settings" tab


    Sandbox Merchant Key
    Your merchant key is also listed on the "Integration" page under the "Settings" tab


    .htaccess Basic Authentication Mode
    Your site Site in installed with PHP over CGI?
    This configuration will disable PHP Basic Authentication that is NOT compatible with CGI used in the responsehandler.php to validate Google Checkout messages.
    If setted True you MUST configure your .htaccess files here.

    False
    True

    Select Merchant Calculation Mode of Operation
    Merchant calculation URL for Sandbox environment. (Checkout production environemnt always requires HTTPS.)

    http
    https

    Disable Google Checkout for Virtual Goods?
    If this configuration is enabled and there is any virtual good in the cart the Google Checkout button will be shown disabled.

    True
    False

    Allow US PO BOX shipping?
    Allow sending items to US PO Boxes?

    True
    False

    Default Values for Real Time Shipping Rates
    Default values for real time rates in case the webservice call fails.
    Set Default Value to 0 to disable the method
    Shipping Generator

    United Parcel Service
    domestic_types
    Next Day Air Early AM
    Next Day Air Early AM Letter
    Next Day Air
    Next Day Air Letter
    Next Day Air Intra (Puerto Rico)
    Next Day Air Saver
    Next Day Air Saver Letter
    2nd Day Air AM
    2nd Day Air AM Letter
    2nd Day Air
    2nd Day Air Letter
    3 Day Select
    Ground
    Ground Commercial
    Ground Residential
    Canada Standard
    Worldwide Express
    worldwide Express Letter
    Worldwide Express Plus
    Worldwide Express Plus Letter
    Worldwide Expedited

    GoogleCheckout Carrier Calculated Shipping
    Do you want to use GC Carrier calculated shipping? This feature can be mixed with Flat Rate Shipping, but not Merchant Calculated.

    True
    False

    Carrier Calculater Shipping Configuration
    Set Default Values, Fix and Variable charge
    Set Def. Value to 0 to disable the method

    FedEx
    domestic_types
    Def. Value | Fix Charge | Variable | Method Name
    USD: USD: % Ground
    USD: USD: % Home Delivery
    USD: USD: % Express Saver
    USD: USD: % 2Day
    USD: USD: % Standard Overnight
    USD: USD: % Priority Overnight
    USD: USD: % First Overnight
    UPS
    domestic_types
    Def. Value | Fix Charge | Variable | Method Name
    USD: USD: % Ground
    USD: USD: % 3 Day Select
    USD: USD: % 2nd Day Air
    USD: USD: % Next Day Air Saver
    USD: USD: % Next Day Air
    USD: USD: % Next Day Air Early AM
    USPS
    domestic_types
    Def. Value | Fix Charge | Variable | Method Name
    USD: USD: % Media Mail
    USD: USD: % Parcel Post
    USD: USD: % Express Mail

    Rounding Policy Mode
    This configuration specifies the methodology that will be used to round values to two decimal places. More info

    UP
    DOWN
    CEILING
    HALF_UP
    HALF_DOWN
    HALF_EVEN

    Rounding Policy Rule
    This configuration specifies when rounding rules should be applied to monetary values while Google Checkout is computing an order total.

    PER_LINE
    TOTAL

    Cart Expiration Time (Minutes)
    Set the time in minutes after which the cart will expire. NONE for no-expiration


    Also send notifications with Zencart
    Do you also want to send notifications to buyers using Zencart's mailing system?

    True
    False

    Google Analytics Id
    Do you want to integrate the module with Google Analytics? Add your GA Id (UA-XXXXXX-X), NONE to disable.
    More info here


    3rd Party Tracking
    Do you want to integrate the module 3rd party tracking? Add the tracker URL, NONE to disable.
    More info here


    Google Checkout restricted product categories
    Specify the ids separated by commas ',' of the product categories for which the GC button should be disabled.
    Check Google Policy


    Continue shopping URL.
    Specify the page customers will be directed to if they choose to continue shopping after checkout.


    Sort order of display.
    Sort order of display. Lowest is displayed first.





    What do I Put. I want to use the shipping Genarator.

    Thanks For all the help I can get.....


  2. #2
    Join Date
    Nov 2007
    Location
    Burney, CA. USA
    Posts
    131
    Plugin Contributions
    4

    Default Re: 911 Help With google check out Shipping not charging

    What do I Put. I want to use the shipping Genarator.

    Thanks For all the help I can get.....

    you need to set the below to "True", and then put a "1" in the "Def. Value" field, in the "Fix Charge" field, put your "handling charge", and the in the "Variable" field, put your tare percentage. (at least that's how I have it set up, pretty accurate when calling USPS and UPS).

    Quote Originally Posted by acjceo View Post
    GoogleCheckout Carrier Calculated Shipping
    Do you want to use GC Carrier calculated shipping? This feature can be mixed with Flat Rate Shipping, but not Merchant Calculated.

    True
    False

    Carrier Calculater Shipping Configuration
    Set Default Values, Fix and Variable charge
    Set Def. Value to 0 to disable the method

    FedEx
    domestic_types
    Def. Value | Fix Charge | Variable | Method Name
    USD: USD: % Ground
    USD: USD: % Home Delivery
    USD: USD: % Express Saver
    USD: USD: % 2Day
    USD: USD: % Standard Overnight
    USD: USD: % Priority Overnight
    USD: USD: % First Overnight
    UPS
    domestic_types
    Def. Value | Fix Charge | Variable | Method Name
    USD: USD: % Ground
    USD: USD: % 3 Day Select
    USD: USD: % 2nd Day Air
    USD: USD: % Next Day Air Saver
    USD: USD: % Next Day Air
    USD: USD: % Next Day Air Early AM
    USPS
    domestic_types
    Def. Value | Fix Charge | Variable | Method Name
    USD: USD: % Media Mail
    USD: USD: % Parcel Post
    USD: USD: % Express Mail
    You will need to make those changes for every style of shipping you wish to use, I also recommend putting a default shipping price in the "Default Values for Real Time Shipping Rates" high enough to cover your average shipping charge... that way if the call to your desired shipper doesn't return a value, it will default to a price that will at least cover most of your actually shipping costs.

    By the way, the README file that came with Google Checkout tells you how you should set up your shipping within the GC module... I suggest reading it (or re-reading it) to allow you to set it up correctly for your situation.

    Good Luck

 

 

Similar Threads

  1. Google Check Out not posting order back to store
    By JS1scuba in forum Addon Payment Modules
    Replies: 9
    Last Post: 14 Mar 2011, 05:23 AM
  2. Google Checkout not charging shipping
    By jbarrick in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 9 Feb 2010, 10:28 PM
  3. Can't Check Out With Google module
    By jyb in forum Addon Payment Modules
    Replies: 0
    Last Post: 11 Dec 2007, 10:52 PM
  4. someone start a google forum for the google check out
    By what44 in forum Addon Payment Modules
    Replies: 1
    Last Post: 1 Nov 2007, 03:50 PM
  5. I cannot get my Shipping to work with Google Check out
    By fire1online in forum Addon Payment Modules
    Replies: 0
    Last Post: 1 Jun 2007, 01:15 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