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?
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
GlobalVillage
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
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.
Re: Google Checkout module for Zen Cart released
Thanks colosports! I can't wait to test it out!
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????
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
misticjeff
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.
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.
Re: Google Checkout module for Zen Cart released
Quote:
Originally Posted by
misticjeff
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
Re: Google Checkout module for Zen Cart released
Comodo InstantSSL uses AddTrust External CA Root.
Comodo works fine on my site.
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.