Zen Cart Logo
Forums / Addon Payment Modules / Google Checkout problem. (new-be)

Google Checkout problem. (new-be)

Locked

Views: 1,315

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
3 Mar 2009, 8:09 PM
#1
transfl1 avatar

transfl1

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Google Checkout problem. (new-be)

Hello,
I have checked the forums for a solution but the suggestions don't seem to help. The google check option shows on the check out page but at the final checkout step the screen reverts to the shopping cart. I am not sure what to do or how to fix it. Please help.
I am using Google Checkout v1.4.7
Zen Cart 1.3.8a
PHP Version 5.2.8
my web address is https://www.transflownursery.com

I don't know what other information you need, but thank you in advance for helping!!
Best,

John

3 Mar 2009, 8:19 PM
#2
tectic avatar

tectic

New Zenner

Join Date:
Nov 2007
Posts:
20
Plugin Contributions:
0

Re: Google Checkout problem. (new-be)

Hi, see your problem. I'm sorry but I can't work out either why you're in a circular loop or how you managed to get a Google Checkout Radio Button as a payment option - If you look in this forum for a thread I started called "I have just had to disable Google Checkout..." you'll find the guys who answered my post, may be one of them can help?. The problem is they say that what I want (which is what you have!) is not available and what I complained about is actually how it works!
I'll keep an eye on your thread and hope you get a resolution! Any hints on how to get your set-up gratefully received!:dontgetit

4 Mar 2009, 2:53 PM
#3
transfl1 avatar

transfl1

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Re: Google Checkout problem. (new-be)

Tectic,
Thanks for checking out my site!

4 Mar 2009, 3:30 PM
#4
chain_man avatar

chain_man

Zen Follower

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

Re: Google Checkout problem. (new-be)

transfl1:

Hello,
I have checked the forums for a solution but the suggestions don't seem to help. The google check option shows on the check out page but at the final checkout step the screen reverts to the shopping cart. I am not sure what to do or how to fix it. Please help.
I am using Google Checkout v1.4.7
Zen Cart 1.3.8a
PHP Version 5.2.8
my web address is https://www.transflownursery.com

I don't know what other information you need, but thank you in advance for helping!!
Best,

John

Try this thread:

http://www.zen-cart.com/forum/showthread.php?t=74605

5 Mar 2009, 11:20 AM
#5
gobrinton avatar

gobrinton

New Zenner

Join Date:
Dec 2008
Posts:
77
Plugin Contributions:
0

Re: Google Checkout problem. (new-be)

(I copied some of this from another post that was deep down in there.)

The reason you are seeing Google in the radio button list with the other payment options is because your store is not using the tpl_checkout_payment_default.php file that came with the Google module. It will replace the original checkout file in your store. This file is the same as the original except it has a few extra lines of code which keeps Google from appearing on that radio list, (because Google Payment cannot work from within that list. I know you want it to, we all do, but it does not work there.)

You need to copy that (Google version) file to your template folder like the instructions say. If you do not have a custom template installed then you want to put it in ../includes/templates/template_default/templates/. Back up the original first in case you ever want to remove GC.

If you do have a custom template installed then follow the instructions by putting it in the override folder that you made for the template.

Good luck.

5 Mar 2009, 7:49 PM
#6
transfl1 avatar

transfl1

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Re: Google Checkout problem. (new-be)

I got it working, I had some of the files in the wrong folder. THANKS ALL!