Page 189 of 394 FirstFirst ... 89139179187188189190191199239289 ... LastLast
Results 1,881 to 1,890 of 3932
  1. #1881
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

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

    Does anyone know how long a Payout takes? Or transferring the money? Thanks!

  2. #1882
    Join Date
    Feb 2005
    Location
    illinois
    Posts
    48
    Plugin Contributions
    0

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

    i've been trying to get google checkout working for the last 2 days my knowledge of PHP is minimal at best the problem is GC module is not calculating my shipping. when i login to my google account i see this error

    We encountered an error trying to access your server the error we got is: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

    my hosting company uses a shared ssl certificate that needs to be accessed like
    https://secure.HOSTINGCOMPANY.com/~U...nsehandler.php

    but google checkout module is trying to use https://domain/googlecheckout/responsehandler.php

    what files would i need to modify to change this?

    im a newb and would appreciate any help. thanks

  3. #1883
    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 ner0tik View Post
    i've been trying to get google checkout working for the last 2 days my knowledge of PHP is minimal at best the problem is GC module is not calculating my shipping. when i login to my google account i see this error

    We encountered an error trying to access your server the error we got is: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

    my hosting company uses a shared ssl certificate that needs to be accessed like
    https://secure.HOSTINGCOMPANY.com/~U...nsehandler.php

    but google checkout module is trying to use https://domain/googlecheckout/responsehandler.php

    what files would i need to modify to change this?

    im a newb and would appreciate any help. thanks

    This is set from your Google Checkout account. Log in to your account and open the Settings tab. Select Integration from the links on the left side. About midway down you will see a box for API Callback URL. Enter the URL you have above for the hosting company's formatted link.

    While you are there be sure to select XML for your callback method. Save and you should be good to go...

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

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

    Quote Originally Posted by Linux View Post
    Does anyone know how long a Payout takes?
    Generally a couple of days.

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

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

    Ropu has announced the v.1.4 module is emerging from alpha and will be available as v.1.4-beta1 in zip format on Friday.

    The mod will be nearly identical to v.1.4-alpha3. See the current changelog for feature support info.

    Thanks to those whom provided alpha testing feedback. Additional beta testers and feedback are appreciated.

    Check the mod support site for version update/release info.

    http://groups.google.com/group/googl...rt-mod-support

    -Woody

  6. #1886
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by believer1984 View Post
    Excellent . Thanx for sharing.
    Believer-

    Note the review info provided by jnetmcp was for an earlier mod version.

    To answer your other question, the latest v1.4 mod suports "version control" and displays which version is installed under modules > payment > googlecheckout.

    Woody

  7. #1887
    Join Date
    Mar 2007
    Posts
    77
    Plugin Contributions
    0

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

    Quote Originally Posted by ner0tik View Post
    i've been trying to get google checkout working for the last 2 days my knowledge of PHP is minimal at best the problem is GC module is not calculating my shipping. when i login to my google account i see this error

    We encountered an error trying to access your server the error we got is: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

    my hosting company uses a shared ssl certificate that needs to be accessed like
    https://secure.HOSTINGCOMPANY.com/~USERACCOUNT/Domain/googlecheckout/responsehandler.php

    but google checkout module is trying to use https://domain/googlecheckout/responsehandler.php

    what files would i need to modify to change this?

    im a newb and would appreciate any help. thanks
    Your callback url should be https://domain/googlecheckout/responsehandler.php

    What I've found is that shared SSL certs I tried did not work. Google is strict with regard to SSL certificates. For information on this and a link to accepted SSL certificate vendors, go here:

    http://groups.google.com/group/googl...l-certificates

  8. #1888
    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 sitehatchery View Post
    Your callback url should be https://domain/googlecheckout/responsehandler.php

    What I've found is that shared SSL certs I tried did not work. Google is strict with regard to SSL certificates. For information on this and a link to accepted SSL certificate vendors, go here:

    http://groups.google.com/group/googl...l-certificates
    I have a shared cert in use on my own site that works well. I also tried a host that had shared certs that didn't work at all. The one that didn't work was termed a self-signed certificate. The one that works is authenticated by a certificate authority (Equifax in this case). To use it I entered my API Callback URL in the form:

    "https://secure.hostingcompany.com/~USERACCOUNT/googlecheckout/responsehandler.php"

    as indicated a few posts above.

  9. #1889
    Join Date
    Mar 2007
    Posts
    77
    Plugin Contributions
    0

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

    Quote Originally Posted by chain_man View Post
    I have a shared cert in use on my own site that works well. I also tried a host that had shared certs that didn't work at all. The one that didn't work was termed a self-signed certificate. The one that works is authenticated by a certificate authority (Equifax in this case). To use it I entered my API Callback URL in the form:

    "https://secure.hostingcompany.com/~USERACCOUNT/googlecheckout/responsehandler.php"

    as indicated a few posts above.
    What is the message you get in your google account when you try to process an order?

    Also, are you in sandbox mode?

  10. #1890
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by sitehatchery View Post
    What is the message you get in your google account when you try to process an order?

    Also, are you in sandbox mode?
    Sitehatchery,

    If you are observing isssues please post them here.

    Visit Chainmans site and you will see GoogleCheckout is operating in production mode (not the sandbox) ;-)

    I think Chainman would have elaborated if he was having issues with his certificate and/or Google Checkout configuration. ;-)

    BTW Chainman, the link in your ZC forum sig is borked.

    Reminder: 1.4beta1 to be released tomorrow in zip format. If everyone can help test we can quickly turn it into '1.4 gold'. Then Ropu can focus his energies on v.1.45.

    Woody

 

 

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