Page 12 of 394 FirstFirst ... 210111213142262112 ... LastLast
Results 111 to 120 of 3932
  1. #111
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Re: Google Checkout module for Zen Cart released

    So, I'm in responsehandler.php doing a little debugging, and this is what I have found.

    I am writitng all the values that are returned to the error log like this:
    error_func($cust_id);
    error_func($data[$root]['buyer-shipping-address']['company-name']);
    error_func($data[$root]['buyer-shipping-address']['contact-name']);
    error_func($data[$root]['buyer-shipping-address']['address1']);
    error_func($data[$root]['buyer-shipping-address']['address2']);
    error_func($data[$root]['buyer-shipping-address']['postal-code']);
    error_func($data[$root]['buyer-shipping-address']['city']);
    error_func($data[$root]['buyer-shipping-address']['region']);
    error_func("\n Zone zone id \n" . $zone_answer['zone_id']);

    This is what I get back in my error log:
    Sat Oct 14 0:39:07 EDT 2006:- 94
    Sat Oct 14 0:39:07 EDT 2006:-
    Sat Oct 14 0:39:07 EDT 2006:- John Doe
    Sat Oct 14 0:39:07 EDT 2006:- 64 My street address
    Sat Oct 14 0:39:07 EDT 2006:-
    Sat Oct 14 0:39:07 EDT 2006:- 37343
    Sat Oct 14 0:39:07 EDT 2006:- Chattavegas
    Sat Oct 14 0:39:07 EDT 2006:- TN



    It just completely dies when I get to the zone information. I am using the Table Rate on shipping. Is anyone else using table rate?

  2. #112
    Join Date
    Sep 2006
    Posts
    8
    Plugin Contributions
    1

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by GlobalVillage View Post
    Actually I think he and Google's code staff are obligated to not only answer questions but to also be proactive in getting the MOD to work correctly with ZenCart. Just because the MOD is "free" should not make it a hardship for those that want to use it.

    As I've already mentioned this greatly benefits Google for every ZenCart shop that sets up Google Checkout.

    How about it Jacob, some support and bug fixes and a better interface for shipping?
    Everyone,

    My apologies for not promptly addressing the bugs reported. I've been quite busy but I'll try my best to fix the reported bugs as soon as possible, so please continue to report any bugs or requests here.

    I'll keep you posted as I update the module with the bug fixes and requests in place.

    Thanks,
    Jacob

  3. #113
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default Re: Google Checkout module for Zen Cart released

    I have uploaded a new version. It should appear by tomorrow.
    The fixes are as follows:
    Version : 1.0.2

    Description :
    - Fixed languages_id bug.
    - Added return links from Google Checkout Cart.
    - Added customers ip-address & phone number.
    - Added getallheaders() funtion.
    - Fixed zone id bug.
    - Fix address book bug.
    - Added Google link and Order No: to Admin page.
    - Fixed quantity bug.
    - Fixed product attribute bug.
    - Added product attribute in Google Checkout cart.
    - Updated README file.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  4. #114
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Thanks colosports! I can't wait to test it out!

  5. #115
    Join Date
    Dec 2004
    Posts
    52
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Very Nice!!!

    Is there anyway to get the order info to pass back to admin without using the Google API SSL URL????

  6. #116
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by misticjeff View Post
    Very Nice!!!

    Is there anyway to get the order info to pass back to admin without using the Google API SSL URL????
    No, SSL is one of the requirements.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  7. #117
    Join Date
    Dec 2004
    Posts
    52
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Well if SSL is required for the passback of information into the Zen Cart admin then users should know that Google only accepts SSL Certificates from certain Roots.

    Google Checkout currently accepts an SSL certificate whose Root
    Certificate is from any of the Certificate Authorities listed below:

    * AAA Certificate Services
    * AddTrust Class 1 CA Root
    * AddTrust External CA Root
    * AddTrust Qualified CA Root
    * Baltimore CyberTrust Code Signing Root
    * Baltimore CyberTrust Root
    * Class 1 Public Primary Certification Authority
    * Class 1 Public Primary Certification Authority - G2
    * Class 2 Public Primary Certification Authority
    * Class 2 Public Primary Certification Authority - G2
    * Class 3 Public Primary Certification Authority
    * Class 3 Public Primary Certification Authority - G2
    * Entrust.net Certification Authority (2048)
    * Entrust.net Client Certification Authority
    * Entrust.net Secure Server Certification Authority
    * Equifax Secure Certificate Authority
    * Equifax Secure eBusiness CA-1
    * Equifax Secure eBusiness CA-2
    * Equifax Secure Global eBusiness CA-1
    * GeoTrust Global CA
    * Go Daddy Class 2 Certification Authority
    * GTE CyberTrust Global Root
    * GTE CyberTrust Root
    * GTE CyberTrust Root 5
    * Secure Certificate Services
    * Secure Server Certification Authority
    * Starfield Class 2 Certification Authority
    * Thawte Personal Basic CA
    * Thawte Personal Freemail CA
    * Thawte Personal Premium CA
    * Thawte Premium Server CA
    * Thawte Server CA
    * Trusted Certificate Services
    * UTN - DATACorp SGC
    * UTN-USERFirst-Client Authentication and Email
    * UTN-USERFirst-Hardware
    * UTN-USERFirst-Object
    * ValiCert Class 2 Policy Validation Authority
    * VeriSign Class 1 Public Primary Certification Authority - G3
    * VeriSign Class 2 Public Primary Certification Authority - G3
    * VeriSign Class 3 Public Primary Certification Authority - G3

    Unfortunatley, my SSL Certificate does not come from one of these Root Providers so I can not use the passback info for Zen Cart.

  8. #118
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by misticjeff View Post
    Well if SSL is required for the passback of information into the Zen Cart admin then users should know that Google only accepts SSL Certificates from certain Roots.

    Google Checkout currently accepts an SSL certificate whose Root
    Certificate is from any of the Certificate Authorities listed below:

    ...

    Unfortunatley, my SSL Certificate does not come from one of these Root Providers so I can not use the passback info for Zen Cart.
    No Comodo Class 3 (InstantSSL Pro) support? Is that your type of certificate Jeff?

    Anyone with ideas why Comodo is not on this list and/or why not supported by Google?

    Or even if not on the supported list has anyone with a Comodo certificate successfully configured Zen Cart for Google Checkout and observe the proper passback of info?

    Woody
    Last edited by Woodymon; 17 Oct 2006 at 03:39 PM.

  9. #119
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default Re: Google Checkout module for Zen Cart released

    Comodo InstantSSL uses AddTrust External CA Root.
    Comodo works fine on my site.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  10. #120
    Join Date
    Dec 2004
    Posts
    52
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    My Root is GlobalSign, so Google told me i'm SOL.

    So, i'll use Google Checkout but wont have any updates to my admin area... bummer.

 

 

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