Page 291 of 394 FirstFirst ... 191241281289290291292293301341391 ... LastLast
Results 2,901 to 2,910 of 3933
  1. #2901
    Join Date
    Dec 2008
    Posts
    81
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by kitcorsa View Post
    where are the instructions on what i need to click on the google side of things??? API?? Shoping Cart etc etc their are no instruction on what i need to click and its really hard to read on the sandbox.
    I suppose the information is rather scattered throughout all of the read-me's and troubleshooting text. There are only a few things to setup at Google.

    These pages may help...

    http://checkout.google.com/support/s...&answer=134469

    http://code.google.com/apis/checkout...ation_overview

    Sign into your Google Sandbox MERCHANT account and setup the following pages...
    (You may have to click on "My Sales" to see these tabs.)

    Settings >
    • Profile
    • Preferences
    • Tax Setup
    • Integration


    Also, this tool is like an error log for checkout activity...

    Tools >
    • Integration Console


    Come back here for more help if you need it.
    Good luck.
    Last edited by gobrinton; 29 Jan 2009 at 12:32 PM.

  2. #2902
    Join Date
    Feb 2007
    Posts
    1,489
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    in the intigrating is this right??

    API callback URL: mystore/store/googlecheckout/responsehandler.php
    Callback method: XML

    also can we use the advanced options???

    PS thats a great help, i think it should be at the start of this thread thanks!


  3. #2903
    Join Date
    Feb 2007
    Posts
    1,489
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    cant seem to figger out the shipping costs in google. i use the table rate for shipping.

    Table Rate
    Enable Table Method
    True

    Shipping Table
    0.5:0.87,9:4.34,39:13.03,69:17.38,149:21.73,299:26.08,499:34.77,1000:39.12

    Table Method
    weight

    Handling Fee
    0

    Tax Class
    Taxable Goods

    Tax Basis
    Shipping

    Shipping Zone
    UK

    Sort Order
    1

    on the google checkout it in the ZC admin it says the following

    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

    No merchant calculation shipping selected

    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
    GBP: GBP: % Ground
    GBP: GBP: % Home Delivery
    GBP: GBP: % Express Saver

    have all the fed ex etc set to 0 to disable it
    Last edited by kitcorsa; 29 Jan 2009 at 12:44 PM.


  4. #2904
    Join Date
    Feb 2007
    Posts
    1,489
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    also found errors with customer details and order status.

    when i customer buys through google cart their information is passed back but its not giving me their county and country correctly. customer set up right in GC as UK with county Cleveland for example but zencart isn't getting the info and getting errors in the customer display scree as county and county is a required option.

    i managed to sort the county out by turn the drop down off and having it as a text box to enter details but cant do this with country.

    any fix for this??

    -----------------

    also when i change a order status to posted it doesn't change it on GC display for the customer. is this not an option?? do i have to log into GC and change this manually everytime?


  5. #2905
    Join Date
    Dec 2008
    Posts
    81
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by kitcorsa View Post
    also found errors with customer details and order status.

    when i customer buys through google cart their information is passed back but its not giving me their county and country correctly. customer set up right in GC as UK with county Cleveland for example but zencart isn't getting the info and getting errors in the customer display scree as county and county is a required option.

    i managed to sort the county out by turn the drop down off and having it as a text box to enter details but cant do this with country.

    any fix for this??

    -----------------

    also when i change a order status to posted it doesn't change it on GC display for the customer. is this not an option?? do i have to log into GC and change this manually everytime?
    It sound like your response-handler file is not being found/used. Go to your merchant account at GC and see if you have any errors in MY SALES > TOOLS > INTEGRATION CONSOLE. That response-handler file effects both, shipping functions and order status changes.

  6. #2906
    Join Date
    Feb 2007
    Posts
    1,489
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    nope thats correct mate. im getting all the info in zen but its not setting customer up in zc with uk coutry so i get an error in customer. and when i chane the customer status still nothing.

    also the postage is only 2 options in dropdown in GC checkout both are free!! how do i set it up to use my table rate. searched this thread and loads have table rate running but cant find a how to to do it.

    this has to be the hardest payment modual to set up


  7. #2907
    Join Date
    Dec 2008
    Posts
    81
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by kitcorsa View Post
    nope thats correct mate. im getting all the info in zen but its not setting customer up in zc with uk coutry so i get an error in customer. and when i chane the customer status still nothing.
    Your sales will still show up in ZC admin even if your response-handler file is not working correctly.

    Quote Originally Posted by kitcorsa View Post
    also the postage is only 2 options in dropdown in GC checkout both are free!! how do i set it up to use my table rate. searched this thread and loads have table rate running but cant find a how to to do it.

    this has to be the hardest payment modual to set up
    Run the shipping generator utility that came with GC. That will build a list of whatever shipping modules you have enabled in your store. Then you copy and paste that list (code) into your /googlecheckout/shipping_methods.php file. (Your paste can overwrite the other default methods.) Now that file will tell GC what shipping methods to offer.

    You must also set GC to use your store rates/methods instead of Carrier Calculated rates. ADMIN > MODULES > PAYMENT > GOOGLE CHECKOUT > (GoogleCheckout Carrier Calculated Shipping=False)

    Those DEFAULT rates are rock bottom shipping fees to use just in case the store lookup function would fail.
    Last edited by gobrinton; 30 Jan 2009 at 04:58 PM.

  8. #2908
    Join Date
    Jun 2007
    Location
    Orange County
    Posts
    55
    Plugin Contributions
    0

    bug Re: Google Checkout module for Zen Cart (beta)

    So everything was working fine but then this happened:

    Products that have an attribute that allows them to download the product will not have shipping charges on Google Checkout.

    Products without the download option are charged shipping.

    So I have a dropdown on the product. "Ship me the product" or "I want to Download the product". No matter which one is selected, shipping is not charged. When I look at the orders in the order management area (ZenCart) the "Payment Shipping" column has "googlecheckout FreeGCDigita" for the products with option to download.

    So even when people select "Ship me the product" (defualt attribute), Google thinks that the product is free shipping.

    Any ideas?

    ZenCart 1.3.7
    Google Checkout 1.4.6a

  9. #2909
    Join Date
    Sep 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    I am setting up google checkout. I have modified the following files as per the installation.txt file and moved them onto the server.

    orders.php line 592 & 94
    downloads.php line 24
    tpl_checkout_payment_default.php line 117
    tpl_login_default.php line 84 & 55
    tpl_shopping_cart_default.php line 156
    tpl_time_out_default.php.php line 41

    Yet when I goto the payments module, it's not showing google checkout.

    Any ideas on what I might have missed?


    In the payment module, it shows this line...
    Module Directory: /hsphere/local/home/cybernic/uo.cybernickel.com/includes/modules/payment/

    Is there a change there that I am missing?

  10. #2910
    Join Date
    Sep 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    plz disreguard my last post. Missed putting alot of files over to server.

 

 

Similar Threads

  1. Google Checkout - is there a module for 1.3.9g?
    By cchan in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Jan 2011, 05:04 AM
  2. Update Google Checkout Module or Custom Google Checkout?
    By pacificmanagment in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 May 2010, 09:40 AM
  3. Google Checkout Module is not forwarding to Google?
    By cam94z28 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 27 Jun 2007, 08:16 AM
  4. Replies: 0
    Last Post: 9 Mar 2007, 01:08 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •