Page 73 of 394 FirstFirst ... 2363717273747583123173 ... LastLast
Results 721 to 730 of 3932
  1. #721
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Also when I upgrade to v1.2RC1 the button is grey out unless I replace /googlecheckout/gcheckout.php then the button is enable and everything works. Also received this error: HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??

  2. #722
    Join Date
    Jun 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: Google Checkout Module v1.2RC1 released

    Quote Originally Posted by ropu View Post
    Hi all.

    This release had me really busy these last 5 days.

    I finally package the code in a .zip and added to the googlecode site as my signature links.
    Thanks Ropu. That fixed the problem that I've been having. Looks like a great release!

  3. #723
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by BlessIsaacola View Post
    Couldn't resolve host 'ur-site'

    Time to response: 0.12273311615 segs

    Note: This script MUST response in less than 3 sec. so GC srv doesn't timeout.'

    The above error is what I get when running responsehandler_test.php. Any idea what's causing this? Thanks!
    bless, you should replace this data
    PHP Code:
    // Responsehandler.php URL
    $url 'http://ur-site/googlecheckout/responsehandler.php';
    // Your Merchant ID
    $merid '';
    // Your Merchant Key
    $merkey '';
    // Here put the xml u want to emulate! You can take the ones from googlecheckout/response_message.log
    $postargs '<xml replace!>'
    with all your site data

    also in $postargs you should put a valid XML with the GC request you want to test (merchant-calculation-callback, new-order-notification, etc) as the script says, you can get some from response_message.log

    ropu

  4. #724
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

    Default Re: Google Checkout Module v1.2RC1 released

    Quote Originally Posted by mpayson View Post
    Thanks Ropu. That fixed the problem that I've been having. Looks like a great release!
    its good to hear that!!

  5. #725
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by BlessIsaacola View Post
    Also when I upgrade to v1.2RC1 the button is grey out unless I replace /googlecheckout/gcheckout.php then the button is enable and everything works. Also received this error: HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
    have you uninstall and re install the module from the Admin UI?? and added the merchant id/key?

  6. #726
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

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

    ropu, any comment on my question on page 72? Thanks.

  7. #727
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by spf View Post
    Ropu, I installed the GCO 1.0.5. Everything else looks good, except the shipping charge is not returned back to Google Checkout from my zen-cart. Do you know how to fix this? thanks


    Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback
    spf, try the new version, v1.2, the link is in my signature.

    errors could be that merchant id/key are wrong, or you are on a php CGI install.

    please have a look to response_error.log file.

    ropu

  8. #728
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

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

    Quote Originally Posted by ropu View Post
    spf, try the new version, v1.2, the link is in my signature.

    errors could be that merchant id/key are wrong, or you are on a php CGI install.

    please have a look to response_error.log file.

    ropu
    Ropu, I think you are correct. I will try to set php over CGI =TRUE. However, I notice the htaccess.php script won't be allowed to run from admin/includes/. Should I move that file to admin/ so I can run the script? Also, where should I save the .htaccess and its passwd file? Thanks

  9. #729
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by spf View Post
    Ropu, I think you are correct. I will try to set php over CGI =TRUE. However, I notice the htaccess.php script won't be allowed to run from admin/includes/. Should I move that file to admin/ so I can run the script? Also, where should I save the .htaccess and its passwd file? Thanks
    upss. sure u are not allowed to to run php on admin/includes?

    if so, sorry about that, i must change the location of that file.

    the files htacess and htpasswd must be saved in the googlecheckout/ dir. it should be show by default when u run htaccess.php

    remember it MUST be the full path to directory, see the example.

    btw, just to try, enable CGI installation, without adding htaccess file to see if it works (this will disable merchant validation, not recommended for production sites)

    ropu

  10. #730
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by ropu View Post
    have you uninstall and re install the module from the Admin UI?? and added the merchant id/key?

    I have installed and reinstalled everything. However, the google button is still not enabled on the site.

    The message in response_error.log is: HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??

    If I set .htaccess Basic Authentication Mode to True instead of false, I am not able to activate the configuration file. Clicking on the link generates the following error: You don't have permission to access /myadminfolder/includes/htaccess.php on this server.

    Please provide assistance with how to configure the .htaccess if it's need and where the file needs to be uploaded. Also, why does everything work fine for 1.0.4r but now it cannot connect to GC?

    Thanks!

 

 

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