Page 166 of 394 FirstFirst ... 66116156164165166167168176216266 ... LastLast
Results 1,651 to 1,660 of 3932
  1. #1651
    Join Date
    Mar 2007
    Posts
    7
    Plugin Contributions
    0

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

    I look forward to hearing what changes have been made and testing it out.

  2. #1652
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

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

    Quote Originally Posted by Woodymon View Post
    TJ1-

    It's been repeatedly requested that you post the content of the two arrays in your GC payment module file. But you have yet to do that. Why?

    Woody
    Sorry about that, missed your post. I did post this before a while back, along with Isaac, but it got buried with all the new post, just before you went on vacation I think.

    Anyway, below is what I have. The USPS and Free Shipping Option Module are the only two mods I use. Have you had a chance to test yourself if it works on your site?

    PHP Code:
    'international_types' => 
                                          array( 
                                              
    'Express Mail Int' => 'Express Mail International (EMS)'
                                              
    'Priority Mail International' => 'Priority Mail International'
                                              
    'First-Class Mail Int' => 'First-Class Mail International'
                                               ), 

  3. #1653
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

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

    Quote Originally Posted by Woodymon View Post
    A new TEST version will be available very soon.
    Currently titled: v1.4-Alpha

    Available from the SVN site (branches/1.4-alpha).
    Not yet available as a .zip file.

    Woody
    I'll be happy to test once available.
    What's the 'SVN site'? Can you give a link please?

  4. #1654
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by tj1 View Post
    I'll be happy to test once available.
    What's the 'SVN site'? Can you give a link please?
    Not ready yet. Will post the TESTING version SVN URL and zip URL on Friday as many updates are happening to the code right now and which have yet to be committed to SVN.

    The 1.4-alpha code may include support for "Orders Totals" mods, including "Low Order Fee". There are complexities in supporting other ZC OT modules (besides tax, ship and coupons), since GC does not natively support them. Ropu is still working out the logic.

    You should install an SVN client to retrieve (checkout) the various code commits via SVN (Tortoise is a good Windows SVN client). Can use to manage separate "repositories" including both the current SVN "trunk" (1.3RC2) and the various SVN "branches" (including the testing 1.4-alpha).

    Woody

  5. #1655
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by tj1 View Post
    Below is what I have. The USPS and Free Shipping Option Module are the only two mods I use.
    As previously requested it is best to post the COMPLETE code for the two arrays.

    And as suggested previously, for "testing" please UNINSTALL the 'Free Shipping' shipping mod, then try USPS with GC (ensuring mentions of Free SHipping is removed from the two arrays).

    Then also test the following two set-ups (also without Free Shipping installed):

    PHP Code:
    'international_types' => 
                                          array( 
                                             
    'First-Class Mail Int' => 'First-Class Mail International'
                                           ), 
    AND
    PHP Code:
    'international_types' => 
                                          array( 
                                             
    'Express Mail Int' => 'Express Mail International (EMS)'
                                           ), 
    Let us know how the results of the testing for the above THREE configurations.

    The more info we can provide Ropu the better.

    Woody

  6. #1656
    Join Date
    Jan 2007
    Posts
    11
    Plugin Contributions
    0

    Default GC always "not available for these items"

    Hi, I've got a new installation of GC 1.3 RC2 here:

    http://www.ssri.biz/cart/

    When I add items to my cart and go to the 'checkout' page, I always get a greyed out disabled "Google Checkout not available for these items" button.

    It's in production mode. I've triple-checked my merchant ID/Key and other configuration options, made sure I'm not on a PHP over CGI host.


    I've crawled through this thread quite a bit looking for help, but I'm not finding anything especially useful, except to be sure my configuration settings are correct.

    Can anyone point me in the right direction?

    Thanks!

    - canton becker
    SSRI.biz / Ottmar Liebert

  7. #1657
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

    Default Re: GC always "not available for these items"

    Quote Originally Posted by canton View Post
    Hi, I've got a new installation of GC 1.3 RC2 here:

    http://www.ssri.biz/cart/

    When I add items to my cart and go to the 'checkout' page, I always get a greyed out disabled "Google Checkout not available for these items" button.

    It's in production mode. I've triple-checked my merchant ID/Key and other configuration options, made sure I'm not on a PHP over CGI host.


    I've crawled through this thread quite a bit looking for help, but I'm not finding anything especially useful, except to be sure my configuration settings are correct.

    Can anyone point me in the right direction?

    Thanks!

    - canton becker
    SSRI.biz / Ottmar Liebert

    How did things go when you were testing?

    Can you supply logs from the error files?

  8. #1658
    Join Date
    Jan 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: GC always "not available for these items"

    Quote Originally Posted by chain_man View Post
    How did things go when you were testing?

    Can you supply logs from the error files?
    Hi actually I figured out the issue with this one from a forum on google's support pages:

    * A disabled button is displayed in the following cases:
    * 1. If merchant id or merchant key is not set
    * 2. If there are multiple shipping options selected and they use different
    shipping tax tables
    * or some dont use tax tables
    * 3. The cart is empty
    My case was #2 -- I had two different shipping options with two different tax tables - which worked fine for zencart checkout but not GC.

    But now I'm on to a new problem! Read below... :)

  9. #1659
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: GC always "not available for these items"

    Quote Originally Posted by canton View Post
    Hi actually I figured out the issue with this one from a forum on google's support pages. My case was #2 -- I had two different shipping options with two different tax tables - which worked fine for zencart checkout but not GC.

    But now I'm on to a new problem! Read below... :)
    Thanks for the report. Yes that is an issue with Google Checkout, nothing to do with the mod itself. As we go along here we discover the Google Checkout API engineers have mysteriously left out support for some common ecommerce functionality. Recommend posting your wishlist of desired features and functions to both the Google Checkout Merchants And Developer support forums. The more merchants that do this the better.

    Read below?

    -Woody
    Last edited by Woodymon; 7 Jun 2007 at 12:47 AM.

  10. #1660
    Join Date
    Jan 2007
    Posts
    11
    Plugin Contributions
    0

    Default Google Checkout not allowing international orders

    My zen cart's native checkout has no trouble doing international USPS shipping (two methods: Express Mail International & First-Class Mail International)

    If I try to use GC to ship to any address outside of USA, GC "does not ship to this address" -

    I have the may 14 USPS update installed.

    I've tried using the shippings methods generator to insert new arrays into my googlecheckout.php -- but no joy. It broke everything *Except* shipping to New Mexico (my taxable state.)

    You can see my installed methods by hitting

    https://www.ssri.biz/cart/googlechec...ping_generator

    or by doing a regular checkout from http://www.ssri.biz/cart

    Thanks for any ideas,

    - canton

 

 

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. Google Checkout module support for ZC 1.5.0?
    By Woodymon in forum Addon Payment Modules
    Replies: 2
    Last Post: 21 Jan 2012, 03:18 AM
  3. 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
  4. 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
  5. Replies: 1
    Last Post: 31 May 2009, 02:06 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR