Page 58 of 394 FirstFirst ... 848565758596068108158 ... LastLast
Results 571 to 580 of 3932
  1. #571
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

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

    Quote Originally Posted by chain_man View Post
    spf -

    I had the same type of error message as you got (in modules.php line 174) when I was mixing up files from different versions. What the problem turned out to be was that the "added_function_for_google_checkout.php" file I had was an older version. When I had all the v1.0.5b1 files in the right places (the same locations as ropu has in the svn), THAT error went away.
    Doug,

    I think i am seriously retarded for the SVN stuff.. Do you mean the R38 does not work either? How do I see 1.05B1 code from ropu link? I can only see code under Trunk for Revision 38. Apparently, I am downloading the wrong source code..

  2. #572
    Join Date
    Jan 2007
    Posts
    5
    Plugin Contributions
    0

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

    OK, spent an hour this morn with the latest SVN and got my USPS shipping calulations and sales tax working! wo-hoooo!!!!

    Perhaps this may help some out there:
    0. backup mysql table configuration
    1. modules->payment->google checkout->remove
    2. delete all google checkout configuration keys in table "configuration" :
    delete from configuration where configuration_key like "%GOOGLE_CHECKOUT%";
    3. upload new SVN files
    4. modules->payment->google checkout->install

  3. #573
    Join Date
    Jan 2007
    Posts
    5
    Plugin Contributions
    0

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

    Also in latest SVN release, comment out line 538 in gcheckout.php:

    change this:

    <?
    print_r($gcheck->getXml());
    ?>

    to:

    <?
    // print_r($gcheck->getXml());
    ?>

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

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

    Quote Originally Posted by spf View Post
    Doug,

    I think i am seriously retarded for the SVN stuff.. Do you mean the R38 does not work either? How do I see 1.05B1 code from ropu link? I can only see code under Trunk for Revision 38. Apparently, I am downloading the wrong source code..
    spf -

    The R38 code under Trunk is what I'm talking about. You have the right place.

    This version still seems to have problems, at least for me.

    Reichard, in the post above, solved one of them I didn't mention: XML code appearing at the bottom of the page under the GCO button. My guess is that the Print XML statement was used for troubleshooting and didn't get commented out again the last time.

    I get the impression from ropu's post that he still has work to do and that this version is still very much beta.

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

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

    Quote Originally Posted by chain_man View Post
    ropu,

    I tried to put all the files from 1.0.5b1 in place. Here's what I found:

    Using USPS shipping still does not work. In addition to missing Media Mail as a shipping option in includes/modules/payment/googlecheckout.php, the amounts transmitted to GCO are the defaults I set in the payment module for GCO. No calculated rates from USPS. I realize this may be hard for you to troubleshoot as you may not have access to the USPS shipping API.

    This may be related to an warning message that I got when trying to set up the GCO payment options. I believe it was something like "Warning: Invalid argument in foreach line 267 in gcheckout.php This message occured with the strictly stock versions of the files you currently have in R38.

    I could only get table rates to be included if I did not have a zone selected in the table rate shipping module. Otherwise table rates were not even an option. This works OK in 1.0.4. A few others have reported on this previously.

    Ultimately I rolled back googlecheckout/gcheckout.php and
    includes/modules/payment/googlecheckout.php to the 1.0.4 versions and used only table rates. I was able to use the 1.0.5b1 files for all the rest (after some modifications to accommodate the PayPal Express features of 1.3.7 zen cart.)
    Tried to do install as suggested by reichard. Same results as indicated in quote. Actual error message during setup of GCO module in admin is:

    Warning: Invalid argument supplied for foreach() in /public_html/admin/includes/functions/extra_functions/added_function_for_google_checkout.php on line 267

  6. #576
    Join Date
    Jan 2007
    Posts
    5
    Plugin Contributions
    0

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

    Chain Man,

    I rechecked my install and I have the base gc1.05 +SVN. I had problems last week with GC1.05 which precipitated a ground-up reinstall (delete everything). I had my admin directory renamed to xxxadminxxx (as per security FAQ), but somewhere the admin directory with files came back.

    perhaps you're having a similar issue?

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

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

    Quote Originally Posted by reichard View Post
    Chain Man,

    I rechecked my install and I have the base gc1.05 +SVN. I had problems last week with GC1.05 which precipitated a ground-up reinstall (delete everything). I had my admin directory renamed to xxxadminxxx (as per security FAQ), but somewhere the admin directory with files came back.

    perhaps you're having a similar issue?
    reichard -

    I ran into the problem with the renamed admin folder a while back and altered the gcheckout.php file accordingly. The problems I have had with 1.05 are still there. It's not a big deal, so far, as I am only missing having USPS calcs for GCO. And that's only the best shipping option for for my international customers. Table rate, as available in 1.04, is still the best option for most of my buyers.

  8. #578
    Join Date
    Jan 2005
    Posts
    101
    Plugin Contributions
    0

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

    Quote Originally Posted by jacob13moon View Post
    Hi everyone,

    This is Jacob from the Google Checkout team.

    I'd like to let you know that we just released Google Checkout module for Zen Cart. This module provides Level 2 implementation of Google Checkout with Zen Cart, enabling you to provide Google Checkout to buyers and process orders through your admin UI.

    This project is hosted at http://code.google.com/p/google-checkout-zencart where you can find the latest release at any time.


    Thanks,
    Jacob

    hello

    i install this addon, but not apear google checkout when purchase a product.
    i also use Direct Bank Deposit , Check/Money Order and Paypal IPN with this google checkout module.

    i use zencart1.36 and google checkout modul "google-checkout-zencart-v1.0.4r"

    help me what is this problem?

  9. #579

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

    Quote Originally Posted by BlessIsaacola View Post
    Are you using production or sandbox? Your current Google button doesn't appear to be the current production button unless you've changed something. I am not sure how you have things set up. Do you have the right shipping optin checked on the google configuration page on the admin page?
    I didn't see anything for shipping selection on GCO on the admin side, I'll update GCO with the latest one and let you know what happens.

    Thanks,
    Pete

  10. #580

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

    That did the trick. Now the shipping shows up on GCO's pages. Now doesn't the sandbox respond back to put an order in the zencart admin?

    Pete

 

 

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