Zen Cart Logo
Forums / Addon Payment Modules / Google Checkout module for ZC 1.3.x (beta)

Google Checkout module for ZC 1.3.x (beta)

Locked

Views: 1,099,948

Results 1,921 to 1,940 of 3,921
This thread is locked. New replies are disabled.
24 Jul 2007, 3:22 AM
#1921
w00gle avatar

w00gle

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?

24 Jul 2007, 1:07 PM
#1922
sumit_pilankar avatar

sumit_pilankar

New Zenner

Join Date:
Dec 2006
Posts:
6
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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

24 Jul 2007, 2:52 PM
#1923
legendthedog avatar

legendthedog

New Zenner

Join Date:
Jul 2007
Posts:
1
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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

25 Jul 2007, 8:26 AM
#1924
woodymon avatar

woodymon

Totally Zenned

Join Date:
Sep 2004
Posts:
2,309
Plugin Contributions:
1

Re: Google Checkout module for ZC 1.3.x (beta)

Woodymon:

But for those who would like to know...
v.1.4alpha3 = v.1.4beta1

No 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

25 Jul 2007, 8:33 PM
#1925
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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)

26 Jul 2007, 5:53 AM
#1926
woodymon avatar

woodymon

Totally Zenned

Join Date:
Sep 2004
Posts:
2,309
Plugin Contributions:
1

Re: Google Checkout module for ZC 1.3.x (beta)

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

26 Jul 2007, 2:36 PM
#1927
hansi avatar

hansi

New Zenner

Join Date:
Aug 2006
Posts:
67
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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
26 Jul 2007, 6:13 PM
#1928
rbepple avatar

rbepple

New Zenner

Join Date:
Jun 2007
Posts:
71
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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?

26 Jul 2007, 7:03 PM
#1929
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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

28 Jul 2007, 1:09 AM
#1930
magneteye avatar

magneteye

Zen Follower

Join Date:
Mar 2007
Location:
Portland, OR
Posts:
163
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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

29 Jul 2007, 6:22 AM
#1932
woodymon avatar

woodymon

Totally Zenned

Join Date:
Sep 2004
Posts:
2,309
Plugin Contributions:
1

Re: Google Checkout module for ZC 1.3.x (beta)

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

30 Jul 2007, 2:13 AM
#1933
magneteye avatar

magneteye

Zen Follower

Join Date:
Mar 2007
Location:
Portland, OR
Posts:
163
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

Woodymon:

  1. When making support request, post the specific mod version installed.

  2. 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.

30 Jul 2007, 5:09 AM
#1934
woodymon avatar

woodymon

Totally Zenned

Join Date:
Sep 2004
Posts:
2,309
Plugin Contributions:
1

Re: Google Checkout module for ZC 1.3.x (beta)

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

30 Jul 2007, 12:22 PM
#1935
magneteye avatar

magneteye

Zen Follower

Join Date:
Mar 2007
Location:
Portland, OR
Posts:
163
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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.

1 Aug 2007, 11:36 AM
#1936
doubletiger avatar

doubletiger

Zen Follower

Join Date:
Apr 2005
Posts:
199
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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!

2 Aug 2007, 4:02 AM
#1937
lextechs avatar

lextechs

Zen Follower

Join Date:
Mar 2005
Location:
Tempe, AZ
Posts:
316
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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.

2 Aug 2007, 5:54 PM
#1938
rbepple avatar

rbepple

New Zenner

Join Date:
Jun 2007
Posts:
71
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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?

2 Aug 2007, 5:54 PM
#1939
rbepple avatar

rbepple

New Zenner

Join Date:
Jun 2007
Posts:
71
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

I meant this


What is Google Checkout?

  • There are multiple shipping options selected and they use different shipping tax tables or some dont use tax tables
3 Aug 2007, 6:54 AM
#1940
onlyrey avatar

onlyrey

New Zenner

Join Date:
Jun 2007
Posts:
27
Plugin Contributions:
0

Re: Google Checkout module for ZC 1.3.x (beta)

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?

  1. I tried adding my "item2" in line 54 and 56, the section below those lines that I used to modify don't exist anymore (file "\includes\modules\payment\googlecheckout.php").
  2. After this, I am getting the error message on the top of this post.

Thanks in advance