New Zenner
- Join Date:
- Feb 2007
- Posts:
- 39
- Plugin Contributions:
- 0
Google Checkout module for ZC 1.3.x (beta)
Did you already provided which version of Zencart and Googlecheckout you're using?
Views: 1,099,948
New Zenner
Did you already provided which version of Zencart and Googlecheckout you're using?
New Zenner
Hello All,
Can anyone please tell me if zonal shipping rates are supported by the "Google Checkout" mod currently?
My problem is that it show correct Flat rates on google checkout, but the zonal rates comes as "0". Can anyone guide me to the files I should check/edit?
Please help, thanks!
Regards,
Sumit
New Zenner
Hi Guys,
I am trying to load the google checkout module on a 1.3.6 version of ZenCart (far too painfull to upgrade to 1.3.7). The installation goes smoothly enough except for the checkout payment section tpl_checkout_payment_default.php which when I place in my template dir just causes a blank screen to be produced. I guessed this was due the new Paypal express stuff in this template (not in 1.3.6) so I just modified my exisiting tpl_checkout_payment_default.php as per the installation instructions. However, this doesnt work and I think i've narrowed down the code segment to ....
foreach($payment_modules->modules as $pm_code => $pm) {
// echo "string : substr($pm, 0, strrpos($pm, '.'))";
if(substr($pm, 0, strrpos($pm, '.')) == 'googlecheckout') {
unset($payment_modules->modules[$pm_code]);
}
}
if (sizeof($selection) > 1) {
In particular, the "unset($payment_modules->modules[$pm_code]" line seems to always make "sizeof($selection)" = 1 even though my debug echo sees 2 modules being found.
I'm totally flumoxed as to what this could be ! So close and yet so far with this one !!. I have one other payment mod which is working fine and this is the only payment methode that shows unless I comment out the line above.
Any ideas ??? Thanks in advance for any replies
Totally Zenned
Woodymon:
But for those who would like to know...
v.1.4alpha3 = v.1.4beta1No differences. So if you are already running alpha3 then there will be no need to install beta1.
Incorrect info was communicated to me. There are minor undocumented differences between 1.4alpha3 (SVN rev. 58) and 1.4beta1 (SVN rev. 59).
Ropu reported:
23/07/2007 v1.4 (ropu)
- Minor bug fixes
Above entry probably should be changed "v.1.4beta1"
Ropu also reported:
some clean up in gcheckout.php and responsehandler.php
also an upgrade in the PHP Sample code, added to the library
Woody observes:
Files changes from 1.4alpha3 to 1.4beta1...
/googlecheckout/
gcheckout.php
responsehandler.php
/googlecheckout/library/
googlecart.php
googleitem.php
googlerequest.php
googleresponse.php
/includes/modules/payment/
googlecheckout.php
Also three log files were included with new 1.4beta1 version so you don't have to create them (careful with overwriting existing log files if you want to archive your data)
And the four documentation files in the root of the mod distribution were updated.
The above info is only pertinent to those "upgrading" from GC mod v.1.4alpha3 to v.1.4beta1.
Woody
Totally Zenned
How can I find the old versions of GC module? I need it to find which files I edited and remove the changes to install this new one (as instructed in the installation guide)
Totally Zenned
yellow1912:
How can I find the old versions of GC module? I need it to find which files I edited and remove the changes to install this new one (as instructed in the installation guide)
http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_48&products_id=314
The ZC template and /admin/orders.php files which were edited in previous GC mod versions are the same files updated in latest GC mod version. Changes are minimal. Best to employ WinMerge, Beyond Compare or other diff/compare/merge utility to easily identify specific file changes.
Woody
New Zenner
Hi ropu,
I think that you meant:
in file includes/modules/pages/checkout_shipping/header_php.php
Otherwise, everytime a client logs in they will be redirected to the shopping cart and if the cart is empty they will see the "coming soon" products.
Regards,
Hansi
ropu:
in file includes/modules/pages/login/header_php.php
add in line 11
this
zen_redirect('index.php?main_page=shopping_cart');
>
> this will redirect from idex.php?main_page=login to index.php?main_page=shopping_cart automatically
>
> ropu
New Zenner
I installed this mod and setup an account with Google, I entered my Merchant ID & Key and followed the setup instruction that came with the MOD and I still get the gray Not Available checkout button. Did I forget something?
Totally Zenned
Thank you, Woodymon. And so far the mod still has not supported Zone Rate Shipping yet rite?
yellow1912
Woodymon:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_48&products_id=314
The ZC template and /admin/orders.php files which were edited in previous GC mod versions are the same files updated in latest GC mod version. Changes are minimal. Best to employ WinMerge, Beyond Compare or other diff/compare/merge utility to easily identify specific file changes.
Woody
Zen Follower
Hi, I just installed this mod and i am having issues with shipping. It has the following text displayed beneath the google checkout button:
Error: Shipping Methods not configured
freerules (ignored)
I do have free rules set to what i want, am I missing something here?
thanks,
matt
Totally Zenned
When making support request, post the specific mod version installed.
If it is a v.1.4 version then post your question to the new mod support forum
http://groups.google.com/group/google-checkout-for-zen-cart-mod-support
Totally Zenned
yellow1912:
And so far the mod still has not supported Zone Rate Shipping yet rite?
I am not aware this is/was an issue with v.1.4. Have you tested 1.4?
If your question is related to v1.4 post your issue to the new support forum. Be specific in the details you provide, including a description of your relevant configuration settings, so your scenario can be tested.
Report relevant observations from when you checkout with Google Checkout.
Also report related entries or errors in your /googlecheckout/ message logs and any errors listed in your Google Checkout merchant account > Settings tab> Integration.
If you have a URL please post.
Also you may want to visit Ropu's demo site (see his signature) and setup the demo to replicate your set-up and observe if you obtain similar or improved results.
Woody
Zen Follower
Woodymon:
When making support request, post the specific mod version installed.
If it is a v.1.4 version then post your question to the new mod support forum
http://groups.google.com/group/google-checkout-for-zen-cart-mod-support
Oh sorry, I am using version 1.3.7 currently.
Totally Zenned
magneteye:
Oh sorry, I am using version 1.3.7 currently.
There is no v.1.37 GC mod (that may be your Zen Cart version).
There are various versions of the v.1.32 mod. And now the just released and highly recommended 1.4x version.
I just posted a reply on the new support forum discussion area regarding v.1.4 mod support for zone rates.
Similar ideas apply to other shipping module support.
I am familiar with "freeoptions" and "freeshipping" but not "freerules".
Woody
Zen Follower
Woodymon:
There is no v.1.37 GC mod (that may be your Zen Cart version).
There are various versions of the v.1.32 mod. And now the just released and highly recommended 1.4x version.
I just posted a reply on the new support forum discussion area regarding v.1.4 mod support for zone rates.
Similar ideas apply to other shipping module support.
I am familiar with "freeoptions" and "freeshipping" but not "freerules".
Woody
Yes, that was my Zen Cart version. Sorry for the mixup.
My GC Mod version is v1.3RC2.
I installed the free options mod, and for some reason under my shipping modules I have 2 options, one is Free Options, and one is Free Rules. It's my first time using that mod, so I don't know if that's normal or what. All I know is that GC Mod is giving me an error.
Zen Follower
Hi,
This thread is too long and I cannot find out if this mod is for UK shops.
Does anyone install Google Checkout mod and it works for UK shops? if so, what version of mod? where can I download it?
thank you in advance!
Zen Follower
I just got an order using Google checkout, and the customer chose Shipping & Handling (Table: Vary by Weight/Price).
My setting are:
Shipping Table
10:10.00,15:14.75, 20:20.00,25:24.00, 30:30.00,35:34.00, 40:40.00,45:44.00, 50:50.00,55:54.00, 60:60.00,65:64.00, 70:70.00,75:74.00,100:85.00
Table Method
weight
Handling Fee
2.50
However the invoice on Google only shows the 2.50 handling fee when the customer checked out. Why didn’t the handling fee calculate in with the shipping table fee for a total of 10.00 + 2.50? So all Google charged my customer was the 2.50.
Second problem, I get an email from Google that says
we’ve made several unsuccessful attempts to send order notifications to your notification callback URL, https://www.lextechs.com/googlecheckout/responsehandler.php As a result, you aren't receiving order status, risk, or other notifications.
I have that file set to 777.
New Zenner
My check out shows this:
What is Google Checkout?
- There are multiple shipping options selected and they use different shipping tax tables or some dont use tax tables
And I have my account setup for sandbox and with the proper Merchand ID and Key. Any Help?
New Zenner
I meant this

What is Google Checkout?
New Zenner
I am having a similar problem than the other zen-cart user in the previous posts.
I installed the new 1.4 beta1 version
My problem:
Error: Shipping Methods not configured
item2 (ignored)
The solution in the past:
I used to modify the "\includes\modules\payment\googlecheckout.php" by adding my "item2" shipping method (this is flat rate express shipping in my case, a clone of "item" shipping method). I added my custom method in 3 places (the shippping generator was made for this).
What to do now?
Thanks in advance
Fields marked required must be completed.
Tell staff why this post should be reviewed.