Re: Google Checkout module for Zen Cart (beta)
Well, in post 3073, you posted your callback address. It is broken but I assumed you did that just to not have the real url posted here.
Just for yuks, do you have a sandbox account you can switch to for testing?
In a while I'll dig out my google and ZC settings and post so you can compare. One other thing, does your host offer the option to NOT run PHP as cgi? So far the only diff I see is that I run PHP as suexec and don't have that box checked as true.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
kiddo
Well, in post 3073, you posted your callback address. It is broken but I assumed you did that just to not have the real url posted here.
Just for yuks, do you have a sandbox account you can switch to for testing?
In a while I'll dig out my google and ZC settings and post so you can compare. One other thing, does your host offer the option to NOT run PHP as cgi? So far the only diff I see is that I run PHP as suexec and don't have that box checked as true.
Yes, in 3073 I broke the URL so people could read it as it was truncated otherwise.
I never did set up a Sandbox account, I just dived straight in and went live.
My host does not offer the option of not running PHP as CGI. My old host did and GC worked well, but since the swap over I've not been able to make it communicate with my database :-(
I'd appreciate a look at your settings, just to compare. Thank you so much...
Re: Google Checkout module for Zen Cart (beta)
On the ZC side:
Code:
GoogleCheckout
Google Checkout Module Version
v1.4.7
Enable GoogleCheckout Module
True
Select Mode of Operation
https://checkout.google.com/
Production Merchant ID
999999999999
Production Merchant Key
99999999999999
Sandbox Merchant ID
9999999999999
Sandbox Merchant Key
999999999999
.htaccess Basic Authentication Mode
False
Select Merchant Calculation Mode of Operation
https
Disable Google Checkout for Virtual Goods?
True
Allow US PO BOX shipping?
True
Default Values for Real Time Shipping Rates
ups1DMdomestic_types_VD:1, ups1DMLdomestic_types_VD:1, ups1DAdomestic_types_VD:1, ups1DALdomestic_types_VD:1, ups1DAPIdomestic_types_VD:1, ups1DPdomestic_types_VD:1, ups1DPLdomestic_types_VD:1, ups2DMdomestic_types_VD:1, ups2DMLdomestic_types_VD:1, ups2DAdomestic_types_VD:1, ups2DALdomestic_types_VD:1, ups3DSdomestic_types_VD:1, upsGNDdomestic_types_VD:1, upsGNDCOMdomestic_types_VD:1, upsGNDRESdomestic_types_VD:1, upsSTDdomestic_types_VD:1, upsXPRdomestic_types_VD:1, upsXPRLdomestic_types_VD:1, upsXDMdomestic_types_VD:1, upsXDMLdomestic_types_VD:1, upsXPDdomestic_types_VD:1, uspsEXPRESSdomestic_types_VD:1, uspsFIRST CLASSdomestic_types_VD:1, uspsPRIORITYdomestic_types_VD:1, uspsPARCELdomestic_types_VD:1, uspsBPMdomestic_types_VD:1, uspsLIBRARYdomestic_types_VD:1, uspsGlobal Express Guaranteedinternational_types_VD:1, uspsGlobal Express Guaranteed Non-Document Rectangularinternational_types_VD:1, uspsGlobal Express Guaranteed Non-Document Non-Rectangularinternational_types_VD:1, uspsExpress Mail International (EMS)international_types_VD:1, uspsExpress Mail International (EMS) Flat Rate Envelopeinternational_types_VD:1, uspsPriority Mail Internationalinternational_types_VD:1, uspsPriority Mail International Flat Rate Boxinternational_types_VD:1, uspsPriority Mail International Flat Rate Envelopeinternational_types_VD:1, uspsFirst-Class Mail Internationalinternational_types_VD:1
GoogleCheckout Carrier Calculated Shipping
False
Carrier Calculater Shipping Configuration
fedexGrounddomestic_types_CCS:0|0|0, fedexHome Deliverydomestic_types_CCS:0|0|0, fedexExpress Saverdomestic_types_CCS:0|0|0, fedex2Daydomestic_types_CCS:0|0|0, fedexStandard Overnightdomestic_types_CCS:0|0|0, fedexPriority Overnightdomestic_types_CCS:0|0|0, fedexFirst Overnightdomestic_types_CCS:0|0|0, upsGrounddomestic_types_CCS:0|0|0, ups3 Day Selectdomestic_types_CCS:0|0|0, ups2nd Day Airdomestic_types_CCS:0|0|0, upsNext Day Air Saverdomestic_types_CCS:0|0|0, upsNext Day Airdomestic_types_CCS:0|0|0, upsNext Day Air Early AMdomestic_types_CCS:0|0|0, uspsMedia Maildomestic_types_CCS:0|0|0, uspsParcel Postdomestic_types_CCS:0|0|0, uspsExpress Maildomestic_types_CCS:0|0|0
Rounding Policy Mode
HALF_EVEN
Rounding Policy Rule
PER_LINE
Cart Expiration Time (Minutes)
NONE
Also send notifications with Zencart
False
Google Analytics Id
UA-blah blah-1
3rd Party Tracking
NONE
Google Checkout restricted product categories
Continue shopping URL.
checkout_success
Sort order of display.
0
Will get the google side settings in a few min.
Re: Google Checkout module for Zen Cart (beta)
On the google side there isn't a whole lot to set.
The "my company will only post digitally signes certs" is checked (TRUE)
The callback method is set to: XML
Under "Advanced Settings", Nothing is checked. all FALSE.
And of course the API call back url is
https://www.myshop.com/googlecheckou...nsehandler.php
There aren't really any other settings in the integration screen.
The only other setting is the local tax rate.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
DaveCB
Kiddo - Thanks!
Well I have managed to break the PHP file twice trying to hide the checkout button - From the referenced post, could anyone walk me through which lines get commented out?
I want only the Google checkout button to show.. The google developers should put this option in there control panel.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
kiddo
On the google side there isn't a whole lot to set.
The "my company will only post digitally signes certs" is checked (TRUE)
The callback method is set to: XML
Under "Advanced Settings", Nothing is checked. all FALSE.
And of course the API call back url is
https://www.myshop.com/googlecheckou...nsehandler.php
There aren't really any other settings in the integration screen.
The only other setting is the local tax rate.
I got another Google Checkout order this evening and it is showing in Admin!! EUREKA!!
The only thing I changed since my first post here is the re-keying of the .htpasswd file via admin/modules/payment/Google Checkout/.htaccess Basic Authentication Mode TRUE/If setted True you MUST configure your .htaccess files here.
After resetting these files, it seems that it's now communicating!!
Thank you KIDDO!!!!
Re: Google Checkout module for Zen Cart (beta)
Hi hope somebody can help me. Iam trying to install google checkout.
Ive installed it and inputted my google merchant id & google merchant key, but in checkout on my site The Google Checkout logo is grayed out and says:
What is Google Checkout?
* Some items are in GC restricted category.
* There are multiple shipping options selected and they use different shipping tax tables or some dont use tax tables
I then went to my Google checkout account and i dont know what a API callback URL is. I put my website URL in and it displays An HTTPS URL is required. :frusty:
Does anybody kow what i should be doing???? Thanks
Re: Google Checkout module for Zen Cart (beta)
the response handler (call back) would be:
Code:
https://WWW.YOUR-SITE.COM/googlecheckout/responsehandler.php
Do you have an SSL cert installed and working on your site?
Do you understand the instructions about shipping options in the kit?
Re: Google Checkout module for Zen Cart (beta)
I dont think i have SSL cert, but i manage to get payments from Paypal
I inputted the the response handler (call back) does it matter which Callback method is ticked? XML or HTML?
I left it as XML as it was already ticked now my shopping cart says:
What is Google Checkout?
* The Cart is empty
* There are multiple shipping options selected and they use different shipping tax tables or some dont use tax tables
What would i do here? Do i have to set different shipping again?
So sorry about the newbie questions, just that iam sooooooo confused :blink:
Thanks