-
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: Only Google
Quote:
Originally Posted by
philldo
You RAWK! I've been bangin' my head trying to figure this out.
After trying hard, I thought that I would just bring this old post forward a bit. Looks to me like the code has changed since this early version. Nothing is the same. THe line numbers do not match up. Even what sould be a simple item as simple as hiding the " - or use - " line is not located in the same file.
ANy help would be appreciated.
-
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
-
Re: Google Checkout module for Zen Cart (beta)
I also forgot to say do i need a Sandbox Merchant ID & Key, or can i just use https://checkout.google.com/
-
Re: Google Checkout module for Zen Cart (beta)
Hi PPL i managed to sort it out :clap:
The problem, was because i had an option where buyers could collect from the store, and the price of this was set at 0, and no VAT
I not changed it so the price is 0 + VAT and now its working :clap:
Thanks for your responses anyway :clap:
-
Re: Google Checkout module for Zen Cart (beta)
As a result of data missing for a recent Google Checkout customer account, I was receiving these database errors in admin when the customers account was highlighted:
- Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home3/limelite/public_html/ADmin443556/customers.php on line 1099
- Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home3/limelite/public_html/ADmin443556/customers.php on line 1101
This new customer account had been created but was missing required fields. Seeing as this isn't possible using the standard sign up process, I can only assume it has something to do with Google Checkout. She checked out using GC and so it seems as though GC is creating customer accounts automatically but is somehow inserting the customer data in the wrong fields.
Has anyone seen this before?
-
Re: Google Checkout module for Zen Cart (beta)
hello i have installed the flate rate clone its working with googlecart, i have made a clone of the clone so that i know have 3 flat rates, theproblem i have is that google check out picks up the flat rate price for the first flat rate price,
in googlecheckout.php i see
$this->shipping_support = array("flat", "item", "table", 'freeoptions', 'freeshipper', 'perweightunit', 'storepickup', 'itemnational', 'iteminternational');
i have called one of the clones flatworld and i have tried adding "flatworld" into the array but i just get a oops error in the google checkout can any one help me with this thank you
-
Re: Google Checkout module for Zen Cart (beta)
Hi i set up my set up individual shipping charges per item.
With the Per unit perweightunit module with this tutorial https://www.zen-cart.com/tutorials/i...hp?article=208
Everything seems to be fine, but when i check out with Google checkout shipping is displayed as £0
Does anybody know how i can solve this problem out in google checkout?
Thanks in advance :bigups:
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
hcd888
Hi i set up my set up individual shipping charges per item.
With the Per unit perweightunit module with this tutorial
https://www.zen-cart.com/tutorials/i...hp?article=208
Everything seems to be fine, but when i check out with Google checkout shipping is displayed as £0
Does anybody know how i can solve this problem out in google checkout?
Thanks in advance :bigups:
Edit the GC Payment Module from your ZC Admin and look for this:
Default Values for Real Time Shipping Rates
Default values for real time rates in case the webservice call fails.
Set Default Value to 0 to disable the method
Shipping Generator
Click on the Shipping Generator and create a new shipping_methods.php file to put in your googlecheckout folder.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
limelites
Edit the GC Payment Module from your ZC Admin and look for this:
Default Values for Real Time Shipping Rates
Default values for real time rates in case the webservice call fails.
Set Default Value to 0 to disable the method
Shipping Generator
Click on the Shipping Generator and create a new shipping_methods.php file to put in your googlecheckout folder.
Hi limelites, thanks for getting back to me :bigups:
I clicked on the Shipping Generator, iam guessing the Domestic & Int' Shipping address would be my own address could i leave the cart info blank?
i than give a name Method Code: e.g Delivery & Method Fancy Name: Delvery Cost
It than generates some code below i than copy the text and past into googlecheckout/shipping_methods.php file
So what do i do now? I mean will this enable me to charge delivery cost from weight?
Becaue the way i set it up product and enter the shipping cost as the product "weight". Is used for the shipping rate for this product ... ie: it is no longer the weight -- it is only the shipping cost. As described in the tutorial https://www.zen-cart.com/tutorials/i...hp?article=208
Works in Paypal but still displaying £0 in Google checkout. Hope you can help, Thanks
-
Re: Google Checkout module for Zen Cart (beta)
Yes, when you open the shipping generator, just leave the postcodes and everything that's there by default and generate the code.
You'll need to paste that code into the shipping_methods.php and upload that to your googlecheckout directory... CHMOD to 644.
The shipping generator should have recognised your shipping mods and the code it's generated should let Google checkout use the same tariffs as you've set in your shipping module.
-
Re: Google Checkout module for Zen Cart (beta)
Hi limelites,
looks like iam doing everything right but it still displaying £0 in Google checkout.
I click shipping generator, just leave the postcodes and everything that's there by default and click on "Get Shipping Methods"
I than click on "Generate", which produces a code. I than copy the code & copy the code over the original googlecheckout/shipping_methods.php file
I than go check it out in Google Checkout and it displaying the shipping method but £0. :frusty:
Am i doing summit wrong????
-
Re: Google Checkout module for Zen Cart (beta)
What shipping module are you using?
If you're in the UK and using Royal Mail then you should be pasting the generated code of the UK file in the googlecheckout directory.
-
Re: Google Checkout module for Zen Cart (beta)
Iam using the per-weight shipping module, using the product-weight as the shipping rate for the product.
Like this https://www.zen-cart.com/tutorials/i...hp?article=208
Hope this is possible
-
Re: Google Checkout module for Zen Cart (beta)
Well, I put in the category ids for those products that can not be done via Google checkout due to their policy and yet, the GC button is still live on those products.
http://www.oldtradingpost.com/old-west-store/
Under ############## Guns category ... all of the sub-categories, except for the frames/hangers one need to be "barred" from GC.
I put in the ids as:
299_359,299_358,299_301,299_302,299_300,299_305,299_303
Did I do it wrong?
-
Re: Google Checkout module for Zen Cart (beta)
I tried even doing the root category id of 299 and still the GC button is live for that category.
I can't go live with this store until this is fixed.
Any ideas?
Also, I have disabled all of Fedex in the GC mod .... we don't offer Fedex under Shipping in Admin. And yet, when you go to GC, you are offered Fedex ... where is it pulling it from?
-
Re: Google Checkout module for Zen Cart (beta)
Nevermind my question about Fedex ... had the GoogleCheckout Carrier Calculated Shipping set to True. Setting it to false fixed that problem.
Now ... I still can't get the restricted categories part to work.
-
Re: Google Checkout module for Zen Cart (beta)
Hi, I can still use a hand in trying to setup the categories to be restricted from Google Checkout (see a few posts above).
It's really the sub-categories, as there is one sub-cat that is allowed.
-
Re: Google Checkout module for Zen Cart (beta)
This is becoming urgent folks ... please.
What is the correct syntax for putting in the categories that are restricted from Google Checkout? Nothing I do seems to work in that field.
I can not go live with this store until I have this in place and my client is starting to get very restless.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
beyre
This is becoming urgent folks ... please.
What is the correct syntax for putting in the categories that are restricted from Google Checkout? Nothing I do seems to work in that field.
I can not go live with this store until I have this in place and my client is starting to get very restless.
I don't think there should be underscores in there... try this instead:
359,358,301,302,300,305,303
-
Re: Google Checkout module for Zen Cart (beta)
Hello
Can someone give me, a novice, VERY detailed instructions on how I add the module for GOOGLE checkout.
My site : www.jewellerysensations.com
Many thank you in advances !!:smile:
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
krisdiamond
Hello
Can someone give me, a novice, VERY detailed instructions on how I add the module for GOOGLE checkout.
My site :
www.jewellerysensations.com
Many thank you in advances !!:smile:
The installation instructions that come with the mod download are possibly the most comprehensive, step by step, fool proof instructions you'll ever find.
-
Re: Google Checkout module for Zen Cart (beta)
Thank you! I was fixated on needing to keep the root category prefix on there ... didn't think it would know otherwise. Silly me.
It works now. Thanks SO much! :clap:
Quote:
Originally Posted by
limelites
I don't think there should be underscores in there... try this instead:
359,358,301,302,300,305,303
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
beyre
Thank you! I was fixated on needing to keep the root category prefix on there ... didn't think it would know otherwise. Silly me.
It works now. Thanks SO much! :clap:
You're welcome.... Good luck with your live site :smile:
-
Re: Google Checkout module for Zen Cart (beta)
am having similar problems the only thing with mine is that the sandbox orders are shown in my admin but the google live orders do not show up at all!i get the email from google however. pulling my hair out now
the ssl is installled
what else could it be ?
-
Re: Google Checkout module for Zen Cart (beta)
this is the error i get
We encountered an error trying to access your server at https://www.smartbuyeruk.com/googlec...nsehandler.php -- the error we got is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
i was told this was a certificate problem as GC only accepts these http://checkout.google.com/support/s...n&answer=57856
Go Daddy Class 2 CA is what i have got but still get this error
-
Is it production ready?
Given there are 300 pages of posts and it hasnt been released in quite a while.. is there a list of bugs somewhere that I can review?
I am considering adding it into my site but if its gonna be a big
pain in the neck, I am not interested.
How production ready is this beta payment module?
I would be using merchant caculated shipping. I use UPS for international, fedex express and ground in the US, and offer store pickup for NJ residents. I have one product that ships free.
Does it work with zones? for the merchant caculated shipping? How about taxes?
Thanks,
Mike
-
Re: Google Checkout module for Zen Cart (beta)
needed an intermediate certificate from my ssl provider all sorted now
-
Re: Google Checkout module for Zen Cart (beta)
I'm having an odd issue. Google checkout is pointing to update_product link. Has anyone come across this before? I've gone in and edited template because I want Paypal EC to show up before GC and PP link is showing fine.
Here's how I have it set up so far, I'm just at a complete loss of how it's picking up the update_product link???
Code:
<!--bof shopping cart buttons-->
<div class="buttonRow forward"><!-- ** BEGIN PAYPAL EXPRESS CHECKOUT ** -->
<?php // the tpl_ec_button template only displays EC option if cart contents >0 and value >0
if (defined('MODULE_PAYMENT_PAYPALWPP_STATUS') && MODULE_PAYMENT_PAYPALWPP_STATUS == 'True') {
include(DIR_FS_CATALOG . DIR_WS_MODULES . 'payment/paypal/tpl_ec_button.php');
}
?>
<!-- ** END PAYPAL EXPRESS CHECKOUT ** --></div>
<div class="buttonRow forward"><!-- * BEGIN GOOGLE CHECKOUT * -->
<?php
// ** GOOGLE CHECKOUT **
include(DIR_WS_MODULES . 'show_google_components.php');
// ** END GOOGLE CHECKOUT **
?>
<!-- * END GOOGLE CHECKOUT * --></div>
<div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div>
<?php
// show update cart button
if (SHOW_SHOPPING_CART_UPDATE == 2 or SHOW_SHOPPING_CART_UPDATE == 3) {
?>
<!--<div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></a></div>-->
<?php
} else { // don't show update button below cart
?>
<?php
} // show update button
?>
<!--eof shopping cart buttons-->
-
Re: Google Checkout module for Zen Cart (beta)
Request for assistance:(
Situation : Google Checkout will not pull my merchant calculated shipping information. The data needs to be merchant calculated because we use the xmodules dropship combo module, allowing us to bind a zip code to a manufacturer. This allows us to pull real time quotes from our supplier to our customers. We also only do ground and 3 day select. If the weight of the product is 0 then it is considered FREE SHIPPING.
Problems :
1. No shipping is being pulled whatsoever
2. Error Message on Google Checkout Integration Page : Error parsing XML; message from parser is: The markup in the document following the root element must be well-formed.
3. Recieving this notifications ( not error ) in the shipping generator : Notice: Use of undefined constant DIR_FS_ADMIN - assumed 'DIR_FS_ADMIN' in /XXX/zencart/includes/uadmin/uAdmin.class.php on line 53
This one started after I had installed Zend Optimizer for my SEO module.
Here are my current settings in the google checkout payment module :
GoogleCheckout
Google Checkout Module Version
v1.4.7
Enable GoogleCheckout Module
True
Select Mode of Operation
https://checkout.google.com/
Production Merchant ID
XXX
Production Merchant Key
XXX
Sandbox Merchant ID
XXX
Sandbox Merchant Key
XXX
.htaccess Basic Authentication Mode
False
Select Merchant Calculation Mode of Operation
https
Disable Google Checkout for Virtual Goods?
True
Allow US PO BOX shipping?
False
Default Values for Real Time Shipping Rates
ups3DSdomestic_types_VD:0, upsGNDdomestic_types_VD:0
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
XXX
3rd Party Tracking
XXX
Google Checkout restricted product categories
Continue shopping URL.
checkout_success
Sort order of display.
0
I greatly appreciate any assistance that anyone can provide. I have tried everything I can possibly think of to get this to work and it simply wont. Thank you.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
activityshopper
Request for assistance:(
Situation : Google Checkout will not pull my merchant calculated shipping information. The data needs to be merchant calculated because we use the xmodules dropship combo module, allowing us to bind a zip code to a manufacturer. This allows us to pull real time quotes from our supplier to our customers. We also only do ground and 3 day select. If the weight of the product is 0 then it is considered FREE SHIPPING.
Problems :
1. No shipping is being pulled whatsoever
2. Error Message on Google Checkout Integration Page : Error parsing XML; message from parser is: The markup in the document following the root element must be well-formed.
3. Recieving this notifications ( not error ) in the shipping generator : Notice: Use of undefined constant DIR_FS_ADMIN - assumed 'DIR_FS_ADMIN' in /XXX/zencart/includes/uadmin/uAdmin.class.php on line 53
This one started after I had installed Zend Optimizer for my SEO module.
Here are my current settings in the google checkout payment module :
GoogleCheckout
Google Checkout Module Version
v1.4.7
Enable GoogleCheckout Module
True
Select Mode of Operation
https://checkout.google.com/
Production Merchant ID
XXX
Production Merchant Key
XXX
Sandbox Merchant ID
XXX
Sandbox Merchant Key
XXX
.htaccess Basic Authentication Mode
False
Select Merchant Calculation Mode of Operation
https
Disable Google Checkout for Virtual Goods?
True
Allow US PO BOX shipping?
False
Default Values for Real Time Shipping Rates
ups3DSdomestic_types_VD:0, upsGNDdomestic_types_VD:0
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
XXX
3rd Party Tracking
XXX
Google Checkout restricted product categories
Continue shopping URL.
checkout_success
Sort order of display.
0
I greatly appreciate any assistance that anyone can provide. I have tried everything I can possibly think of to get this to work and it simply wont. Thank you.
Google Checkout module currently does not work with 3rd party dropshipping modules. I use Advanced shipper module and it does not work with that either. So GC considers shipping cost to be zero if you use any dropship module.
-
Re: Google Checkout module for Zen Cart (beta)
Help please i have searched the forum but i can not find an answer
google checkout is not accepting customers from coutrys outside the UK, the shipping estimator picks up the customers country and gives them a price but the google cart does not allow them to purchace their order, it says we do not ship to that country thank you for any help
-
Re: Google Checkout module for Zen Cart (beta)
Is there a 2009 update to this module?
-
Re: Google Checkout module for Zen Cart (beta)
Zen cart doesn't accept those customers or the Google cart doesn't? Which?
I recently sent a package to Malaysia. It was only $20.00. I wanted to test GC in that region. It went through fine. Passed all tests and not a stolen credit card call since I started using GC.
-
Re: Google Checkout module for Zen Cart (beta)
I am not seeing the order being passed back to zencart. The order
The following message is from the cpanel error log on my host server.
File does not exist: /home/xxx/public_html/home
SoftException in Application.cpp:252:File "/home/xxx/public_html/store/googlecheckout/responsehandler.php" is writeable by group
GoogleCheckout
Google Checkout Module Version
v1.4.7
Enable GoogleCheckout Module
True
Select Mode of Operation
https://sandbox.google.com/checkout/
Production Merchant ID
xxx
Production Merchant Key
xxx
Sandbox Merchant ID
xxx
Sandbox Merchant Key
xxx
.htaccess Basic Authentication Mode
True
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
GoogleCheckout Carrier Calculated Shipping
False
Carrier Calculater Shipping Configuration
fedexGrounddomestic_types_CCS:1.00|0|0, fedexHome Deliverydomestic_types_CCS:1.00|0|0, fedexExpress Saverdomestic_types_CCS:1.00|0|0, fedex2Daydomestic_types_CCS:1.00|0|0, fedexStandard Overnightdomestic_types_CCS:1.00|0|0, fedexPriority Overnightdomestic_types_CCS:1.00|0|0, fedexFirst Overnightdomestic_types_CCS:1.00|0|0, upsGrounddomestic_types_CCS:1.00|0|0, ups3 Day Selectdomestic_types_CCS:1.00|0|0, ups2nd Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Saverdomestic_types_CCS:1.00|0|0, upsNext Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Early AMdomestic_types_CCS:1.00|0|0, uspsMedia Maildomestic_types_CCS:1.00|0|0, uspsParcel Postdomestic_types_CCS:1.00|0|0, uspsExpress Maildomestic_types_CCS:1.00|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
xxx
3rd Party Tracking
Google Checkout restricted product categories
Continue shopping URL.
checkout_success
Sort order of display.
0
The reponsehandler link is as follows: https://www.my-store.com/store/googl...nsehandler.php
Any help would be appreciated.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
znrinarz
I am not seeing the order being passed back to zencart. The order
The following message is from the cpanel error log on my host server.
File does not exist: /home/xxx/public_html/home
SoftException in Application.cpp:252:File "/home/xxx/public_html/store/googlecheckout/responsehandler.php" is writeable by group
GoogleCheckout
Google Checkout Module Version
v1.4.7
Enable GoogleCheckout Module
True
Select Mode of Operation
https://sandbox.google.com/checkout/
Production Merchant ID
xxx
Production Merchant Key
xxx
Sandbox Merchant ID
xxx
Sandbox Merchant Key
xxx
.htaccess Basic Authentication Mode
True
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
GoogleCheckout Carrier Calculated Shipping
False
Carrier Calculater Shipping Configuration
fedexGrounddomestic_types_CCS:1.00|0|0, fedexHome Deliverydomestic_types_CCS:1.00|0|0, fedexExpress Saverdomestic_types_CCS:1.00|0|0, fedex2Daydomestic_types_CCS:1.00|0|0, fedexStandard Overnightdomestic_types_CCS:1.00|0|0, fedexPriority Overnightdomestic_types_CCS:1.00|0|0, fedexFirst Overnightdomestic_types_CCS:1.00|0|0, upsGrounddomestic_types_CCS:1.00|0|0, ups3 Day Selectdomestic_types_CCS:1.00|0|0, ups2nd Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Saverdomestic_types_CCS:1.00|0|0, upsNext Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Early AMdomestic_types_CCS:1.00|0|0, uspsMedia Maildomestic_types_CCS:1.00|0|0, uspsParcel Postdomestic_types_CCS:1.00|0|0, uspsExpress Maildomestic_types_CCS:1.00|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
xxx
3rd Party Tracking
Google Checkout restricted product categories
Continue shopping URL.
checkout_success
Sort order of display.
0
The reponsehandler link is as follows:
https://www.my-store.com/store/googl...nsehandler.php
Any help would be appreciated.
I see you have your setup so that your server runs PHP over CGI? Are you sure? If so, then check out a previous post I typed up here:
http://www.zen-cart.com/forum/showthread.php?t=130636
Hopefully that will help you.
-
Re: Google Checkout module for Zen Cart (beta)
My host is Hostgator and they run Php as Cgi per their knowledgebase. I'm a neewbie so is that the same as Php over Cgi?
Thanks for the help, I have been through alot of posts trying to figure this one out.
-
Re: Google Checkout module for Zen Cart (beta)
Yes, I guess that's the same thing.... PHP over CGI.... Did you follow the steps outlined in the post I linked above?
In your admin payment modules when setting up GC did you notice this part:
.htaccess Basic Authentication Mode
Your site Site in installed with PHP over CGI?
This configuration will disable PHP Basic Authentication that is NOT compatible with CGI used in the responsehandler.php to validate Google Checkout messages.
If setted True you MUST configure your .htaccess files here.
False
True (SET TO TRUE)
When you click the here link in admin, it will take you to a page which asks for your GC details and generates .htaccess and .htpasswd files and puts them in your GC directory.. (make sure your googlecheckout driectory is CHMOD 777 before running this so it can save the files... then just set it back when finished.
Also, you need to ensure that the https://URL TO YOUR RESPONSE HANDLER is specified in the API Callback URL section at https://checkout.google.com/sell/set...on=Integration
All of the above is assuming that you've already generated and uploaded your own shipping_methods.php file?!
Are your shipping rates working for Google Checkout?
-
Re: Google Checkout module for Zen Cart (beta)
Limelites,
Thanks for your response.
The ony thing I have not done is generate my own shipping_methods.php file. Didn't know that this would be causing the order not to show in ZC. I wanted to make sure I was able to see the order in ZC before changing shipping options.
When I click on Shipping Generator it is asking me for a userid and pw - have no idea what this is.
I am getting this error msg in my cpanel error log:
File does not exist: /home/xxx/public_html/home, referer: http://my-site/store/backup1/modules...ut&action=edit
How do I fix the pw problem with shipping generator and can anyone help with the error msg?
-
Re: Google Checkout module for Zen Cart (beta)
OK, let's take this a step at a time then.
1. Triple check that all Google Checkout Mod files are uploaded correctly and that you've made the required modifications to existing files outlined in the install instructions.
2. In Admin, set .htaccess Basic Authentication Mode to false for now.
3. GoTo your googlecheckout directory in FTP and rename your .htaccess and .htpasswd files to .htaccess.old and .htpasswd.old.
4. Ensure that the https://URL TO YOUR RESPONSE HANDLER is specified in the API Callback URL section at https://checkout.google.com (Integration)
5. Now, run the shipping generator from admin and copy the PHP generated to your shipping_methods.php file. Upload this to your googlecheckout directory and test a mock order on your site to see if GC is recognising your shipping methods. You're best to do this before progressing to the .htaccess stage.
Post back when you've got this far......
-
Re: Google Checkout module for Zen Cart (beta)
Thank you Limelites for your patience with me as I try and figure this out.
First off I have to come clean - when I installed GC I uploaded the folders directly into my store folder and yes I renamed the your-template folder. I have added superorders, paypal express, as well as other mods. I did not edit files manually as detailed in the installation instructions.
1. Triple check that all Google Checkout Mod files are uploaded correctly and that you've made the required modifications to existing files outlined in the install instructions. Done, not sure if my mods are a problem since I did not manually edit files since I uploaded all GC files.
2. In Admin, set .htaccess Basic Authentication Mode to false for now. Done
3. GoTo your googlecheckout directory in FTP and rename your .htaccess and .htpasswd files to .htaccess.old and .htpasswd.old. Done
4. Ensure that the https://URL TO YOUR RESPONSE HANDLER is specified in the API Callback URL section at https://checkout.google.com (Integration) Done
5. When I started shipping generator I got the following 500 Internal Error msg: The server encountered an internal error or misconfiguration and was unable to complete your request
Below is the cpanel error log messages after trying to run the shipping generator.
[Sun Jul 05 01:41:03 2009] [error] [client 24.251.134.145] File does not exist: /home/xxx/public_html/home, referer: http://my-site/store/backup1/modules...ut&action=edit
[Sun Jul 05 01:41:03 2009] [error] [client 24.251.134.145] SoftException in Application.cpp:544: Directory "/home/xxx/public_html/store/googlecheckout" is writeable by group, referer: http://my-site/store/backup1/modules...ut&action=edit
Before you tell me to restore my site from a backup and reinstall GC, is there anything in the error log above that would suggest an easy fix? I am able to generate an order on Google Checkout and I return to my checkout_success page but w/o an order in ZC.
-
Re: Google Checkout module for Zen Cart (beta)
Something else that may be an issue, I just recently added COMODO SSL to my site. I noticed that even though the URL for the API callback response handler is https// when I click on the
link to return to my store in Google Checkout I am returned to a non-ssl checkout_success page on my website.
Could this be the reason the order is not being passed to ZC?
-
Re: Google Checkout module for Zen Cart (beta)
Found this code in gcheckout.php:
$continue_shopping_url = str_replace("&", "&",
zen_href_link($googlepayment->continue_url, $parameters, 'SSL'));
$edit_cart_url = zen_href_link(FILENAME_SHOPPING_CART, '', 'SSL');
I changed the the code from nonssl to ssl and I am now being returned to an ssl checkout_success page after the order is processed on google checkout.
Still no order being passed to ZC, and I still have the issue with the shipping generator.
-
Re: Google Checkout module for Zen Cart (beta)
I have the Google Checkout module (1.4.7) installed but it does not display anything on my checkout_payment page (1.3.8a).
-
Re: Google Checkout module for Zen Cart (beta)
Hello, I have installed GC on my site (http://info-tech-trade.co.uk) but I get the error message Error: Shipping Methods not configured underneath the button.
I've noticed that I can fix this by setting GC Carrier Calculated Shipping to "true" but then i get "Oops! We were unable to process your request" when I click through.
I have searched the web for a quick fix but without success as yet.
Any help appreciated, Thanks.
-
Re: Google Checkout module for Zen Cart (beta)
My Google Checkout settings are as follows:
GoogleCheckout
Google Checkout Module Version
v1.4.7
Enable GoogleCheckout Module
True
Select Mode of Operation
https://checkout.google.com/
Production Merchant ID
*************
Production Merchant Key
*************
Sandbox Merchant ID
Sandbox Merchant Key
.htaccess Basic Authentication Mode
False
Select Merchant Calculation Mode of Operation
https
Disable Google Checkout for Virtual Goods?
False
Allow US PO BOX shipping?
True
Default Values for Real Time Shipping Rates
GoogleCheckout Carrier Calculated Shipping
False
Carrier Calculater Shipping Configuration
fedexGrounddomestic_types_CCS:1.00|0|0, fedexHome Deliverydomestic_types_CCS:1.00|0|0, fedexExpress Saverdomestic_types_CCS:1.00|0|0, fedex2Daydomestic_types_CCS:1.00|0|0, fedexStandard Overnightdomestic_types_CCS:1.00|0|0, fedexPriority Overnightdomestic_types_CCS:1.00|0|0, fedexFirst Overnightdomestic_types_CCS:1.00|0|0, upsGrounddomestic_types_CCS:1.00|0|0, ups3 Day Selectdomestic_types_CCS:1.00|0|0, ups2nd Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Saverdomestic_types_CCS:1.00|0|0, upsNext Day Airdomestic_types_CCS:1.00|0|0, upsNext Day Air Early AMdomestic_types_CCS:1.00|0|0, uspsMedia Maildomestic_types_CCS:1.00|0|0, uspsParcel Postdomestic_types_CCS:1.00|0|0, uspsExpress Maildomestic_types_CCS:1.00|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
NONE
3rd Party Tracking
NONE
Google Checkout restricted product categories
Continue shopping URL.
checkout_success
Sort order of display.
1
-------------------
It just will not display in checkout_payment as a payment option.
All of the files are in place. I have done everything in the instructions.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
jbarrick
It just will not display in checkout_payment as a payment option.
All of the files are in place. I have done everything in the instructions.
As designed in this mod, Google Checkout is a checkout option rather than a payment option. Unless you modify the code files within the mod, you will not see GCO in the checkout_payment screen. It is designed to be called strictly by using the GoogleCheckout button, either on a populated shopping cart page, or from the login page.
Ther are a number of people who have modified their code files to achieve the effect you are looking for, but with mixed results. A thorough search of this forum may turn up some of their techniques.
-
Re: Google Checkout module for Zen Cart (beta)
I am really surprised that this is the case. Especially since PayPal works as a payment option.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
btman
Hello, I have installed GC on my site (
http://info-tech-trade.co.uk) but I get the error message Error: Shipping Methods not configured underneath the button.
I've noticed that I can fix this by setting GC Carrier Calculated Shipping to "true" but then i get "Oops! We were unable to process your request" when I click through.
I have searched the web for a quick fix but without success as yet.
Any help appreciated, Thanks.
Just to answer my own question:
I can not use carrier calculated shipping because I am not American and only flat rate is allowed.
I still needed to configure the non-American shipping services useing the shipping generator but then disable them in admin > modules > payment > googlecheckout.
All error are gone and google checkout flat rate shipping configured.
fun, fun, fun!
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
srigari
Google Checkout module currently does not work with 3rd party dropshipping modules. I use Advanced shipper module and it does not work with that either. So GC considers shipping cost to be zero if you use any dropship module.
Google Checkout is finally pulling real time quotes from UPS for my shipping module. However, now whenever an item is flagged as fee shipping due to the freeshipper 0 weight shipping module, it noties me that there is not a valid shipping method. It begins pulling showing 0.00 as the price but then it goes away.
Any thoughts?
-
Google checkout dropship and freeshipper fix
Hello Community
I wanted to post this because I spent a long long long time trying to find a fix for this and I couldnt. If you are able to get your dropship mod for pulling shipping rates from manufacturers zip code to port successfully integrated into google checkout, here is how you make it work with the FREESHIPPER mod based on 0 weight.
Open /storefolder/googlecheckout/gcheckout.php
FIND :
switch ($curr_ship) {
case 'FREESHIPPER':
if($cart->free_shipping_items() != $cart->count_contents()){
$enable = "False";
unset($module_info_enabled['freeshipper']);
}
REPLACE:
switch ($curr_ship) {
case 'FREESHIPPER':
if($cart->free_shipping_items() != $cart->count_contents()){
$enable = "True";
unset($module_info_enabled['freeshipper']);
}
I hope this works for everyone and not just me because I havent tested this on any other store except for my own.
Good Luck!!
KullConqueror
www.activityshopper.com
www.livingshopper.com
www.nextexitstores.com
-
Re: Google Checkout module for Zen Cart (beta)
My checkout_payment page has stopped functioning correctly.
The last time I made any changes everything was working.
However, now customers get only a blank page when they reach the checkout_payment page.
In ADMIN > MODULES > PAYMENT I am getting the following errors:
Warning: googlecheckout::require(/home/bodykits_net/public_html//googlecheckout/shipping_methods.php) [function.googlecheckout-require]: failed to open stream: Permission denied in /home/bodykits_net/public_html/includes/modules/payment/googlecheckout.php on line 44
Fatal error: googlecheckout::require() [function.require]: Failed opening required '/home/bodykits_net/public_html//googlecheckout/shipping_methods.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/bodykits_net/public_html/includes/modules/payment/googlecheckout.php on line 44
-
Re: Google Checkout module for Zen Cart (beta)
-
Re: Google Checkout module for Zen Cart (beta)
Integration Issue Detail
I got this error:
XML GC Received:
<?xml version="1.0" encoding="UTF-8"?>
<add-merchant-order-number xmlns="http://checkout.google.com/schema/2" google-order-number="">
<merchant-order-number></merchant-order-number>
</add-merchant-order-number>
--------------------------------------------------------------------------
XML GC Sent:
<?xml version="1.0" encoding="UTF-8"?>
<error xmlns="http://checkout.google.com/schema/2" serial-number="86fce692-202b-460a-87bf-77a5f3d649">
<error-message>Ids are integral numbers, but you sent: </error-message>
</error>
Any Ideas why and how to fix this?
-
Re: Google Checkout module for Zen Cart (beta)
This thread is really bad, so hard to find anything at all, even using the search 'within the thread' options..
It needs someone to thin it out a bit, or copy the best bits into a new thread.
I have had the issues with the freeoptions shipping not being transfered to google
No matter what I try, I can only get the basic flat rate to work, but I really could do with orders over 50.00 to have free shipping, is anyone still watching this thread from google who might help with this?
I had one bit of success, I have managed to transfer two methods through to google, one flat rate, and one on the dropdown thats free ie 0.00, to do that I copied the freeoptions bit from the shipping_methods.uk.php into the shipping_methods.php
so that I have..
PHP Code:
<?php
/**
* File: googlecheckout/shipping_methods.php file
*/
$mc_shipping_methods = array(
'flat' => array(
'domestic_types' =>
array(
'flat' => 'Best Way',
),
'international_types' =>
array(
'flat' => 'Best Way_1',
),
),
'freeoptions' => array(
'domestic_types' =>
array(
'freeoptions' => 'Free Options'
),
'international_types' =>
array(
'freeoptions' => 'Free Options intl'
)
),
);
$mc_shipping_methods_names = array(
'flat' => 'Flat Rate',
'freeoptions' => 'Free Options',
);
?>
All I have to do now, is figure some whay that the shipping_methods.php can do a check against the order value, and then only send the freeoptions 0.00 bit, instead of both, and then I think it might actually work.
Steven
-
Re: Google Checkout module for Zen Cart (beta)
Hello everyone,
I'm realy getting confused trying to install Google Checkout, does anyone have some simple steps that I can follow, or able to maybe guide me through it when they have some time? From what I can gather I should be able to just add the files into my Zencart via FTP however after doing this Googlecheckout still doesnt show as an option.
Many thanks
Dan
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
danchappers
Hello everyone,
I'm realy getting confused trying to install Google Checkout, does anyone have some simple steps that I can follow, or able to maybe guide me through it when they have some time? From what I can gather I should be able to just add the files into my Zencart via FTP however after doing this Googlecheckout still doesnt show as an option.
Many thanks
Dan
Does it appear in your Admin->Modules->Payment as an option? If so, did you activate it?
-
Re: Google Checkout module for Zen Cart (beta)
My shipping method is Per Unit perweight.
When people checkout using Google Checkout, the shipping cost is omitted.
Our server is not running with PHP over CGI.
What can be done to resolve this?
-
Re: Google Checkout module for Zen Cart (beta)
How does one turn off the Checkout logo?
I want it off because the shipping is inconsistent when checking out with GC.
Too many times over the years GC will offer $1.00 shipping for any level of delivery. That is terrible because either I eat the loss or cancel the order. Either way I lose.
I want GC to return to my site only when the GC invoices are paid.
When is this going to be a complete contribution? Other carts have it working right.
I have had it with a beta contribution.
-
Merchant calculated shipping shows for a moment then says No Shipping
Hi folks. Anyone have a clue for this.
With Merchant calculated shipping enabled, the proper rates show up on the google side just long enought to see they are correct (not just default values), and then are replaced by a yellow box saying: "You do not currently have any valid shipping methods."
The odd thing is, I do have valid methods. They show up for about three seconds and then are replaced by the above message.
I've had great success with GC on many sites, but this one has me stumped.
System is Fresh 1.3.8a, SSL, USPS, fresh install with no mods or templates other than GC and the usps patch.
The only difference is I'm working on a host I'm unfamiliar with.
(infact, migrating the site to a different server works)
Could there be some server config that may be the culprit? (I am forced to use fastCGI on this server)
I've done this often enough not to make silly config mistakes.
-
Re: Google Checkout module for Zen Cart (beta)
No real resolution to the above post, but moved to a ZC certified host and no more problems.
Coolies!
-
Re: Google Checkout module for Zen Cart (beta)
What is going on with Per Unit perweight shipping to Google Checkout?
I use this method for shipping and the shipping costs never shows up in Google Checkout.
This is a major problem!
We have very large items and shipping is a major part of the cost.
How do I get my shipping costs using Per Unit perweight to Google Checkout?
HELP
-
Re: Google Checkout module for Zen Cart (beta)
Here is my shipping_methods.php
Code:
<?php
/*
**GOOGLE CHECKOUT ** v1.4.7
* @version $Id: shipping_methods.php 5852 2007-12-14 14:58:57Z ropu $
*
*/
// this are all the available methods for each shipping provider,
// see that you must set flat methods too!
// CONSTRAINT: Method's names MUST be UNIQUE
// Script to create new shipping methods
// http://demo.globant.com/~brovagnati/tools -> Shipping Method Generator
$mc_shipping_methods = array(
'perweightunit' => array(
'domestic_types' =>
array(
'perweightunit' => ' ',
),
'international_types' =>
array(
'perweightunit' => ' _1',
),
),
);
$mc_shipping_methods_names = array(
'perweightunit' => 'Shipping & Handling',
);
?>
What do I need to do to get Google to take shipping costs?
-
Re: Google Checkout module for Zen Cart (beta)
I finally got Per Unit perweight to work with Google Checkout.
I went to ADMIN > MODULES > PAYMENT > GOOGLE CHECKOUT > EDIT >
Default Values for Real Time Shipping Rates
Default values for real time rates in case the webservice call fails.
Set Default Value to 0 to disable the method
Shipping Generator
clicked on the link
generated the code
and pasted that to the bottom of my shipping_methods.php file in the googlecheckout folder to end up with code that looks like this
Code:
<?php
/*
**GOOGLE CHECKOUT ** v1.4.7
* @version $Id: shipping_methods.php 5852 2007-12-14 14:58:57Z ropu $
*
*/
// this are all the available methods for each shipping provider,
// see that you must set flat methods too!
// CONSTRAINT: Method's names MUST be UNIQUE
// Script to create new shipping methods
// http://demo.globant.com/~brovagnati/tools -> Shipping Method Generator
$mc_shipping_methods = array(
'usps' => array(
'domestic_types' =>
array(
'EXPRESS' => 'Express Mail',
'FIRST CLASS' => 'First-Class Mail',
'PRIORITY' => 'Priority Mail',
'PARCEL' => 'Parcel Post',
'BPM' => 'Bound Printed Material',
'LIBRARY' => 'Library'
),
'international_types' =>
array(
'Global Express Guaranteed' => 'Global Express Guaranteed (1 - 3 days)',
'Global Express Guaranteed Non-Document Rectangular' => 'Global Express Guaranteed Non-Document Rectangular (1 - 3 days)',
'Global Express Guaranteed Non-Document Non-Rectangular' => 'Global Express Guaranteed Non-Document Non-Rectangular (1 - 3 days)',
'Express Mail International (EMS)' => 'Express Mail International (EMS) (3 - 5 days)',
'Express Mail International (EMS) Flat Rate Envelope' => 'Express Mail International (EMS) Flat Rate Envelope (3 - 5 days)',
'Priority Mail International' => 'Priority Mail International (6 - 10 days)',
'Priority Mail International Flat Rate Box' => 'Priority Mail International Flat Rate Box (6 - 10 days)',
'Priority Mail International Flat Rate Envelope' => 'Priority Mail International Flat Rate Envelope',
'First-Class Mail International' => 'First-Class Mail International',
),
),
'fedexexpress' => array(
'domestic_types' =>
array(
'06' => 'FedEx First Overnight',
'01' => 'FedEx Priority Overnight',
'05' => 'FedEx Standard Overnight',
'03' => 'FedEx 2Day',
'20' => 'FedEx Express Saver',
),
'international_types' =>
array(
'01' => 'FedEx International Priority',
'03' => 'FedEx International Economy',
),
),
'fedexground' => array(
'domestic_types' =>
array(
'90' => 'FedEx Home Delivery',
),
'international_types' =>
array(
),
),
'fedex1' => array(
'domestic_types' =>
array(
'01' => 'Priority (by 10:30AM, later for rural)',
'03' => '2 Day Air',
'05' => 'Standard Overnight (by 3PM, later for rural)',
'06' => 'First Overnight',
'20' => 'Express Saver (3 Day)',
'90' => 'Home Delivery',
'92' => 'Ground Service'
),
'international_types' =>
array(
'01' => 'International Priority (1-3 Days)',
'03' => 'International Economy (4-5 Days)',
'06' => 'International First',
'90' => 'International Home Delivery',
'92' => 'International Ground Service'
),
),
'ups' => array(
'domestic_types' =>
array(
'1DM' => 'Next Day Air Early AM',
'1DML' => 'Next Day Air Early AM Letter',
'1DA' => 'Next Day Air',
'1DAL' => 'Next Day Air Letter',
'1DAPI' => 'Next Day Air Intra (Puerto Rico)',
'1DP' => 'Next Day Air Saver',
'1DPL' => 'Next Day Air Saver Letter',
'2DM' => '2nd Day Air AM',
'2DML' => '2nd Day Air AM Letter',
'2DA' => '2nd Day Air',
'2DAL' => '2nd Day Air Letter',
'3DS' => '3 Day Select',
'GND' => 'Ground',
'GNDCOM' => 'Ground Commercial',
'GNDRES' => 'Ground Residential',
'STD' => 'Canada Standard',
'XPR' => 'Worldwide Express',
'XPRL' => 'worldwide Express Letter',
'XDM' => 'Worldwide Express Plus',
'XDML' => 'Worldwide Express Plus Letter',
'XPD' => 'Worldwide Expedited'
),
'international_types' =>
array(
),
),
'zones' => array(
'domestic_types' =>
array(
'zones' => 'Zones Rates'
),
'international_types' =>
array(
'zones' => 'Zones Rates intl'
),
),
'freeoptions' => array(
'domestic_types' =>
array(
'freeoptions' => 'Free Options'
),
'international_types' =>
array(
'freeoptions' => 'Free Options intl'
),
),
'freeshipper' => array(
'domestic_types' =>
array(
'freeshipper' => 'Free Shipper'
),
'international_types' =>
array(
'freeshipper' => 'Free Shipper intl'
),
),
'perweightunit' => array(
'domestic_types' =>
array(
'perweightunit' => 'Perweight Unit'
),
'international_types' =>
array(
'perweightunit' => 'Perweight Unit intl'
),
),
'storepickup' => array(
'domestic_types' =>
array(
'storepickup' => 'Store Pickup'
),
'international_types' =>
array(
'storepickup' => 'Store Pickup intl'
),
),
'flat' => array(
'domestic_types' =>
array(
'flat' => 'Flat Rate Per Order'
),
'international_types' =>
array(
'flat' => 'Flat Rate Per Order intl'
),
),
'item' => array(
'domestic_types' =>
array(
'item' => 'Flat Rate Per Item'
),
'international_types' =>
array(
'item' => 'Flat Rate Per Item intl'
),
),
'table' => array(
'domestic_types' =>
array(
'table' => 'Vary by Weight/Price'
),
'international_types' =>
array(
'table' => 'Vary by Weight/Price intl'
),
),
'itemnational' => array(
'domestic_types' =>
array(
'itemnational' => 'Item National',
),
'international_types' =>
array(
),
),
'bodykits' => array(
'domestic_types' =>
array(
'bodykits' => 'National',
),
'international_types' =>
array(
'bodykits' => 'International',
),
),
'iteminternational' => array(
'domestic_types' =>
array(
),
'international_types' =>
array(
'iteminternational' => 'Item International',
),
),
);
$mc_shipping_methods_names = array(
'usps' => 'USPS',
'fedex1' => 'FedEx',
'ups' => 'UPS',
'zones' => 'Zones',
'fedexexpress' => 'Fedex Express',
'fedexground' => 'Fedex Ground',
'freeoptions' => 'Free Options',
'freeshipper' => 'Free Shipper',
'perweightunit' => 'Perweight Unit',
'storepickup' => 'Store Pickup',
'flat' => 'Flat Rate',
'item' => 'Item',
'table' => 'Table',
'itemnational' => 'Per Item National',
'iteminternational' => 'Per Item International',
'bodykits' => 'Zoned Flate Rate for Product Classes',
);
?>
<?php
/**
* File: googlecheckout/shipping_methods.php file
*/
$mc_shipping_methods = array(
'perweightunit' => array(
'domestic_types' =>
array(
'perweightunit' => ' ',
),
'international_types' =>
array(
'perweightunit' => ' _1',
),
),
);
$mc_shipping_methods_names = array(
'perweightunit' => 'Shipping & Handling',
);
?>
-
Re: Google Checkout module for Zen Cart (beta)
Just installed the mod and it works great, but I was unaware that orders do not show in ZC admin. At least when users use PayPal, the order status can be updated from ZC. Is there a way of changing this?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
stlnyc
Just installed the mod and it works great, but I was unaware that orders do not show in ZC admin. At least when users use PayPal, the order status can be updated from ZC. Is there a way of changing this?
If the GC orders are not showing up in ZC admin, something is very wrong. Check your GC integration console for error messages.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
stlnyc
Just installed the mod and it works great, but I was unaware that orders do not show in ZC admin. At least when users use PayPal, the order status can be updated from ZC. Is there a way of changing this?
Have you set your callback url in your googlecheckout account to https://www.hillsideliquors.com/goog...nsehandler.php ?
And set the callback type to XML?
If those are already set, check the logs in your googlecheckout account under Tools->Integration Console. The logs should give an idea of any problems.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
chain_man
Have you set your callback url in your googlecheckout account to
https://www.hillsideliquors.com/goog...nsehandler.php ?
And set the callback type to XML?
If those are already set, check the logs in your googlecheckout account under Tools->Integration Console. The logs should give an idea of any problems.
Thanks Doug. Thats what I was missing.
-
Has anyone successfully integrated Google Checkout with Super Orders?
Has anyone successfully integrated Google Checkout with Super Orders? I'm currently installing ZC 1.3.8a and Super Orders to upgrade my site, but when I went to integrate Google Checkout I found that Super Orders had substantially changed admin/orders.php to the point where I'm not sure exactly what to replace...if anyone has successfully integrated the two, I would greatly appreciate knowing where you inserted the GC code into the Super Orders modified admin/orders.php file.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
kiddo
No real resolution to the above post, but moved to a ZC certified host and no more problems.
Coolies!
What is different than the module?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
webskipper
What is different than the module?
I'm not sure what you are asking.
-
Re: Google Checkout module for Zen Cart (beta)
Oh, you said you did not experience any issues with GC since being on a GC certified Server. Just wondering if they had a GC version that was different.
I certainly hope that GC gets a heck of a lot better and that the Yahoo/MS deal does not kill the need to use the Google Webmaster tools. I am still employing them and discovering more benefits everyday.
-
Re: Google Checkout module for Zen Cart (beta)
Ah, I see what you mean. I didn't mean a Google certified server, I said a Zen Cart certified one. I'm using the same Google Checkout module for Zen Cart as everyone else. Nothing extra.
I've had very good luck with it.
-
Re: Google Checkout module for Zen Cart (beta)
Zen Cart 1.3.8a
Patch: 1::
Database Patch Level: 1.3.8
I wonder if someone can shed some light on this for me. Sorry if it is obvious, or a good answer posted elsewhere, I have tried to find help for myself on this and I can't get my head around it.
I have the same issue many people have ... Google Checkout will not send orders to ZC.
I have configured the HTACCESS with my ID numbers.
I have posted my URL in Google settings, and am set for XML there.
If I attempt to access the responsehandler.php file I get the correct request for ID & PW
It will not work for sandbox or merchant accounts.
I do get the orders from Google by email, just not in my admin area.
I "think" I have read and checked every bit of advice on here.
Please help!! :-)
Thank you. :-)
Below are some results I am getting ...
response_error.log
# This file is used to record all the response errors encountered by Google Checkout Plugin
Wed Apr 1 14:59:11 CDT 2009:- Failed to Get Basic Authentication Headers
Wed Jul 29 22:08:46 CDT 2009:- Invalid or not supported Message
Thu Jul 30 5:53:31 CDT 2009:- Invalid or not supported Message
Sun Aug 2 13:13:41 CDT 2009:- Invalid or not supported Message
Sun Aug 2 13:21:29 CDT 2009:- Invalid or not supported Message
Sun Aug 2 13:22:42 CDT 2009:- Invalid or not supported Message
Sun Aug 2 13:24:00 CDT 2009:- Invalid or not supported Message
Sun Aug 2 18:57:37 CDT 2009:- Invalid or not supported Message
Sun Aug 2 19:07:35 CDT 2009:- Invalid or not supported Message
response_message.log
# This file is used to record all the response messages by the Google Checkout plugin
Wed Apr 1 14:59:11 CDT 2009:-
Wed Jul 29 22:08:46 CDT 2009:-test
Thu Jul 30 5:53:31 CDT 2009:-
Sun Aug 2 13:13:41 CDT 2009:-
Sun Aug 2 13:21:29 CDT 2009:-
Sun Aug 2 13:22:42 CDT 2009:-
Sun Aug 2 13:24:00 CDT 2009:-
Sun Aug 2 18:57:37 CDT 2009:-
Sun Aug 2 19:07:35 CDT 2009:-
Responsehandler Test: Test your implementation
XML We Received:
HTTP/1.1 400 Bad Request
Date: Mon, 03 Aug 2009 00:07:35 GMT
Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
X-Powered-By: PHP/5.2.9
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: zenid=xxxxxxxxxxxx; path=/; domain=www.stuff4print.com
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
Invalid or not supported Message
***Again sorry if I am just being dumb*** :blush:
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
liam1964
Zen Cart 1.3.8a
Patch: 1::
Database Patch Level: 1.3.8
I wonder if someone can shed some light on this for me. Sorry if it is obvious, or a good answer posted elsewhere, I have tried to find help for myself on this and I can't get my head around it.
I have the same issue many people have ... Google Checkout will not send orders to ZC.
I have configured the HTACCESS with my ID numbers.
I have posted my URL in Google settings, and am set for XML there.
If I attempt to access the responsehandler.php file I get the correct request for ID & PW
It will not work for sandbox or merchant accounts.
I do get the orders from Google by email, just not in my admin area.
I "think" I have read and checked every bit of advice on here.
Please help!! :-)
Thank you. :-)
What are the messages you are getting on the Google side?
Go to your Google Checkout account.
Go to the Tools tab
Open Integration Console on the left side.
There should be a list of error messages from Google attempting to reach your cart.
Are you sure you need to use the htaccess? DON'T- unless you really have to.
-
Re: Google Checkout module for Zen Cart (beta)
There are zero messages in the Intergration Console. ??
I am not sure if I need to use htaccess - I have tried setting it to both true and false in the Module settings (is that what you mean or do I need to delete the htaccess file?)
Thank you very much for your reply :-)
-
Re: Google Checkout module for Zen Cart (beta)
Any more thoughts anyone Please!
-
Re: Google Checkout module for Zen Cart (beta)
Make sure your ssl certificate is accepted by GC here.
Also make sure your https:// address is correct in GC > tools > integration.
With mine I assumed it was:
https://my_domain_name/googlecheckou...nsehandler.php
but in fact it was a shared ssl page:
https://secure.my_host_name/~my_user...nsehandler.php
Hope that helps.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
btman
Hello btman. Thanks for your advice.
My Certificate is not shared and so (I am advised) it works directly on my URL. It is also on the approved list "Equifax Secure Global eBusiness CA-1"
Oh this is giving me a headache!!!
Does anybody know what the error Code "HTTP/1.1 400 Bad Request" actually means ... is that a clue?
Also I am getting no errors or messages on my GC Intergration Console ... is that a clue?
-
Re: Google Checkout module for Zen Cart (beta)
UPDATE - GC has started sending information to my ZC.
I still get the same errors from the Responder test - no clue why! But who care, it is working!!!
Thanks for anyone who tried to help, and sorry to anyone who still has the same problem as I have no clue what I did.
I have a theory that my host fixed something without telling me as I have been questioning them about it also ... but again, who cares.
-
Re: Google Checkout module for Zen Cart (beta)
You'll find that the server resolves every 12 hours @5AM is best.
So once you empty your cache and the change you want doesn't occur regardless of what you do, then just walk away and come back tomorrow.
-
Re: Google Checkout module for Zen Cart (beta)
Around the middle of June my Google Checkout button has been grayed out with "Not available for these items" showing. I have no idea why... no changes have been made to the Google checkout code, no ssl changes, no product changes.... any ideas?
Shrimp
-
Re: Google Checkout module for Zen Cart (beta)
Hi
just installed the google chechout module v1.4.7
all works fine
however it passes the net price over to Google checkout, how do i get the price including tax over?
cheers
Richard
-
Re: Google Checkout module for Zen Cart (beta)
Add your tax rate to google and let it calculate proper tax.
-
Re: Google Checkout module for Zen Cart (beta)
ok when i place a order google check out is there but if i go back and click on checkout later on my page google is not there is there a way to do the checkout later if someone wanted to go back to the site and complete there order website is www.sounddestroyermat.com
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
shrimp-gumbo-mmmhhh
Around the middle of June my Google Checkout button has been grayed out with "Not available for these items" showing. I have no idea why... no changes have been made to the Google checkout code, no ssl changes, no product changes.... any ideas?
Shrimp
I have figured it out..... if you decide you want to collect taxes on shipping and you sell international you must have all your shipping options marked as taxable goods for it to work.... so I am back on Google checkout thankfully.
Shrimp
-
Re: Google Checkout module for Zen Cart (beta)
Google Checkout review from Practical ECommerce AUG09
http://www.practicalecommerce.com/ar...-and-Negatives
-
Re: Google Checkout module for Zen Cart (beta)
Hello everyone. I'm going to apologize now for asking a question that may have been answered already. I just haven't been able to find the answer in my searches.
I currently have v. 1.3.8 and I'm running php 5 on my server. I am using Google Checkout exclusively at the moment, and I just got my first order on my new site. When I got this order I noticed that it did not include the SKU / Model Number on the order. Luckily the item that was ordered I only have one of.
How can I be sure to have the model # included on future orders? Any help that you can offer is greatly appreciated.
-
Is it possible to order the shipping & handling so it shows up in a certain order?
Is it possible to order the shipping & handling so it shows up in a certain order?
When you go to checkout from my site it starts at the most expensive option and there is really no order from highest to lowest or lowest to highest.
Thanks!
-
Re: Google Checkout module for Zen Cart (beta)
i have been trying to get google checkout to work for a few nights now and have finally given up and need help.
i have checked out the google help centre for this mod and also searched through this forum but unable to find an answer.
I have followed the instructions to the letter, modified all the correct files as per the instructions but when i go through google checkout proceedure (as a customer) it takes the sale fine but does not update zencart and clicking the back to website link it says "Whoops! Your session has expired."
i am currently running in sandbox in http mode - response handler is also http:/webaddress goes here/responsehandler.php
i have tried the various attempts using different settings to get this to work both https both http (settings and google checkout)
any help would be greatly appreciated
www jc-direct .co.uk (feel free to have a play and order some test products)
many thanks
-
Re: Google Checkout module for Zen Cart (beta)
hi did this thread die? any chance of a little helping hand?
-
Re: Google Checkout module for Zen Cart (beta)
Hi there i want to know how i can remove the google checkout button from the shopping cart i only want to use my shopping cart button cuz i give a test with google checkout if i use google checkout button i don`t get no notic for new order in my admin panel
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
shahram
Hi there i want to know how i can remove the google checkout button from the shopping cart i only want to use my shopping cart button cuz i give a test with google checkout if i use google checkout button i don`t get no notic for new order in my admin panel
Did you try your admin->modules->payment and deactivate Google Checkout?