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,950

Results 1,981 to 2,000 of 3,921
This thread is locked. New replies are disabled.
24 Aug 2007, 4:57 AM
#1981
tj1 avatar

tj1

Totally Zenned

Join Date:
Mar 2005
Location:
California
Posts:
628
Plugin Contributions:
0

Google Checkout module for ZC 1.3.x (beta)

jerseyshoeshop:

Hello I need help with my site.

The PER UNIT price on my google checkout isn't matching up with that of my website shipping cost. I want to get rid of the FREE SHIPPING option unless there is at least $250 purchase and make it so the shipping matches up with my website shipping costs.

Somehow thats not working.

Can anyone help?

website: https://www.jerseyshoeshop.com

Merchant calculated shipping is not working. Defaults are always shown, in your case $5 for PER UNIT and $0 for FREE SHIPPING.

Log in to your GC account, Settings>Integration and see what specific errors are showing there.

26 Aug 2007, 10:31 PM
#1982
zinfandel avatar

zinfandel

Zen Follower

Join Date:
Feb 2007
Location:
NNJ
Posts:
205
Plugin Contributions:
0

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

tj1:

It sort of looks like it, that's probably it. I could swear, that's the first place I visited when I couldn't find the email and Ropu's post wasn't there.

Anyway, Ropu says" set the $attribute_name var with the info u desire to be shown"

That really doesn't work for me for two reasons, I think that variable should really be used for real attribute names as it is implied by its name, but mainly because I want the product model to appear in the confirmation emails sent by GoogleCheckout and since only a one line product name is included on those emails, the solution would be to append the product's model to the product name, which is what I have done and works fine for me.

Just need to change line 151 in gcheckout.php
from

$products_name = $products[$i]['name'];

> ```php
$products_name = $products[$i]['name'].' '.$products[$i]['model'];

I agree with you, did the same thing and it works just fine.
Thanks, TJ!

27 Aug 2007, 2:58 AM
#1983
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

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

I have 2 problems

  1. I have a shipping based on percentage module that I use. It says

Percentage percent not configured!

In the Modules - > Payment -> Googlecheckout

  1. When a customer goes through checkout on google. Nothing shows up in admin. Inventory does not deduct etc...

What do I do??

27 Aug 2007, 7:11 AM
#1984
boggled avatar

boggled

Zen Follower

Join Date:
Mar 2006
Location:
Tennessee
Posts:
286
Plugin Contributions:
0

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

I'm having the same problem with it not showing up in the admin.
Any help would be greatly appreciated. :)

27 Aug 2007, 1:24 PM
#1985
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

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

Forgot to put my responce header in the api... :oops:

27 Aug 2007, 1:31 PM
#1986
boggled avatar

boggled

Zen Follower

Join Date:
Mar 2006
Location:
Tennessee
Posts:
286
Plugin Contributions:
0

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

I did that and mine still isn't showing up. LOL

28 Aug 2007, 5:54 AM
#1987
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)

Boggled:

I did that and mine still isn't showing up. LOL
Then what errors do you observe in GC Merchant account Integration > Settings ?

And any errors in your googlecheckout error log?

Which mod version are you running? If v.1.4x then post details of your issue on the new mod support forum.

http://groups.google.com/group/google-checkout-for-zen-cart-mod-support

I just posted to the discussion form recommended settings for your GC Merchant account.

Woody

28 Aug 2007, 1:26 PM
#1988
boggled avatar

boggled

Zen Follower

Join Date:
Mar 2006
Location:
Tennessee
Posts:
286
Plugin Contributions:
0

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

Woodymon:

Then what errors do you observe in GC Merchant account Integration > Settings ?

And any errors in your googlecheckout error log?

Which mod version are you running? If v.1.4x then post details of your issue on the new mod support forum.

http://groups.google.com/group/google-checkout-for-zen-cart-mod-support

I just posted to the discussion form recommended settings for your GC Merchant account.

Woody

Thanks Woody!

I just posted all the errors in the 1.4 support forum. :smile:

29 Aug 2007, 11:31 AM
#1989
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

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

I am trying to install 1.4

When I go to configure it is asking me for a username and password
when I go to the url for responce header & the shipping generator.

It wouldn't take the adin pass or the server pass.
What U&P are they looking for???

What I am trying to do is install a modified shipping module
any suggestions on how to install it?

29 Aug 2007, 4:00 PM
#1990
attireforall avatar

attireforall

New Zenner

Join Date:
Aug 2007
Posts:
39
Plugin Contributions:
0

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

I installed google checkout and followed all of the instructions. when I go to the payment module in my admin though, it says this:

Warning: googlecheckout::googlecheckout(/home/attirefo/public_html//googlecheckout/shipping_methods.php) [function.googlecheckout]: failed to open stream: No such file or directory in /home/attirefo/public_html/includes/modules/payment/googlecheckout.php on line 41

Fatal error: googlecheckout::googlecheckout() [function.require]: Failed opening required '/home/attirefo/public_html//googlecheckout/shipping_methods.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/attirefo/public_html/includes/modules/payment/googlecheckout.php on line 41

any suggestions?

30 Aug 2007, 1:45 AM
#1991
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

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

attireforall:

I installed google checkout and followed all of the instructions. when I go to the payment module in my admin though, it says this:

Warning: googlecheckout::googlecheckout(/home/attirefo/public_html//googlecheckout/shipping_methods.php) [function.googlecheckout]: failed to open stream: No such file or directory in /home/attirefo/public_html/includes/modules/payment/googlecheckout.php on line 41

Fatal error: googlecheckout::googlecheckout() [function.require]: Failed opening required '/home/attirefo/public_html//googlecheckout/shipping_methods.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/attirefo/public_html/includes/modules/payment/googlecheckout.php on line 41

any suggestions?

Are you sure you should have 2 // in your path?

-- public_html//googlecheckout --

30 Aug 2007, 3:55 PM
#1992
attireforall avatar

attireforall

New Zenner

Join Date:
Aug 2007
Posts:
39
Plugin Contributions:
0

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

hmm I am not sure why it shows two of those.. but when I check in filezilla, it looks normal. I am not exactly sure how I would fix it. anything else I should do?

30 Aug 2007, 4:01 PM
#1993
attireforall avatar

attireforall

New Zenner

Join Date:
Aug 2007
Posts:
39
Plugin Contributions:
0

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

update: i deleted the //googlecheckout folder and uploaded it again to make sure i didnt add an extra '/' and i still got the same message. any one know what i can do??

31 Aug 2007, 12:43 AM
#1994
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

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

attireforall:

update: i deleted the //googlecheckout folder and uploaded it again to make sure i didnt add an extra '/' and i still got the same message. any one know what i can do??

I don't believe it's the folder that's causing the problem. It's the configuration setting that points to the folder. You probably have an extra / at the end of one of the path strings.

31 Aug 2007, 1:19 PM
#1995
fitnessbymarilyn avatar

fitnessbymarilyn

New Zenner

Join Date:
Aug 2007
Location:
Rockport, Texas
Posts:
12
Plugin Contributions:
0

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

Newbie Here: I am trying to install Zen Cart on Google Apps/Google Checkout....Installing the module seems very simple getting the Zen Cart on here has me baffled. It seems there is a lot more info on here than I really need. I am installing into root (html) directory and making a page for my store...

Since Google has it's own editor and ftp (upload) it is difficult to figure this all out. I uploaded PHP5 to my directory but what to do about My SQL? Does that come with the program? :huh:

31 Aug 2007, 6:08 PM
#1996
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)

Google Checkout v.1.4.1_beta1 mod for Zen Cart
Full mod release announcement, list of changes and improvements and download locations are here

Woody

1 Sep 2007, 2:52 AM
#1997
attireforall avatar

attireforall

New Zenner

Join Date:
Aug 2007
Posts:
39
Plugin Contributions:
0

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

chain_man:

I don't believe it's the folder that's causing the problem. It's the configuration setting that points to the folder. You probably have an extra / at the end of one of the path strings.

How do i fix this?

1 Sep 2007, 3:40 AM
#1998
attireforall avatar

attireforall

New Zenner

Join Date:
Aug 2007
Posts:
39
Plugin Contributions:
0

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

EDIT: I figured out the problem and have Google Checkout in my payment options. I have a new problem though... the option to go to google checkout in the shopping cart is there, but the button is unclickable. I think it may be because I did not set my file attributes to 777, but I do not know how to do this??
It also says on the site under the google checkout button this:

  • Google Checkout Merchant Id or Key has not been setted up

what do I need to do from here. My site is https://www.attireforall.com . i set up a fake item just to try it out if you would like to see what I am talking about.

1 Sep 2007, 2:15 PM
#1999
fitnessbymarilyn avatar

fitnessbymarilyn

New Zenner

Join Date:
Aug 2007
Location:
Rockport, Texas
Posts:
12
Plugin Contributions:
0

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

Woodymon:

Google Checkout v.1.4.1_beta1 mod for Zen Cart
Full mod release announcement, list of changes and improvements and download locations are here

Woody

I have Google Checkout already and it is uploaded to Root Directory. I can't figure out how to install Zen Cart to my Google site. The file is too large to put in root directory and I am unable to FTP through FileZilla or any other program I have used. Is there another way to upload the files? I have all the files and they are unzipped but no way to upload them. https://www.fitnessbymarilyn.com :huh:

1 Sep 2007, 4:12 PM
#2000
chain_man avatar

chain_man

Zen Follower

Join Date:
Dec 2005
Location:
Box Elder, SD
Posts:
375
Plugin Contributions:
0

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

fitnessbymarilyn:

I have Google Checkout already and it is uploaded to Root Directory. I can't figure out how to install Zen Cart to my Google site. The file is too large to put in root directory and I am unable to FTP through FileZilla or any other program I have used. Is there another way to upload the files? I have all the files and they are unzipped but no way to upload them. https://www.fitnessbymarilyn.com :huh:

Have you tried contacting Google? Check with them to see if it's even possible to do what it sounds like you are trying to do.

I'm not sure what you are doing there, but most of us have zen-cart installed FIRST on a web host. THEN installed the google checkout module into the zen-cart files.