Shipping estimator and Google checkout
On my Doodlebuckets site, if you are logged in, the shipping estimator doesn't show up on the shopping cart page. It does when one is not logged in though. I have trouble-shot and found that if I remove the Google Checkout code from the shopping cart page, then the shipping estimator displays properly. When the code is there, the Google Checkout button displays but then nothing below that button is shown, everything below it just breaks. Any fix for this? I have searched and haven't found any posts of those with my same issue. Thanks!
Re: Google Checkout module for Zen Cart (beta)
Desperate help needed. It seems a lot of people have asked this but no one has given a clear answer.
I can do test purchases with google checkout. No info ever comes back to admin. Emails from google go out but that is it.
I checked my error log and here is what i have:
Mon Aug 11 18:48:13 EDT 2008:- Failed to Get Basic Authentication Headers.
I have ssl and i am running in sandbox mode. please let me know what all the settings should be?
Oh when i use check the responder i get a pop up that askd me for user name and password.
Just need to get the info into admin!
Re: Google Checkout module for Zen Cart (beta)
I did everytrhing i was supposed to except:
Need to change permissions to 777 on ht access file . (I also changed ht pass tyo 777 as well. )
Then i used the link
http://www."your_domain_goes_here".com/admin/htaccess.php
I put in my Key and ID check create file and check directory.
hit enter or create.-- whamo- closed that window, test the GCO and everything works.
Don't forget - right away change those permissions back!
I will have to repeat this when i switch from the SANDBOX to PRODUCTION.:smile::smile:
I found all this out by re-reading the read me.
Re: Google Checkout module for Zen Cart (beta)
If I checked the Response headers and got this message
And Gives you the option for a login and Password.
What do I do next?
Re: Google Checkout module for Zen Cart (beta)
(you should be already marked true for CGI PHP in module install page optrion bar or what ever itsa called- in admin.)
if i use:
https://www.nothingbutcostumes.com/g...nsehandler.php
I get trhe sign ion. That is good.
now change the permissions like i mentioned above to 777.
then go to url i gave (put your domain in there)
the screen will be white. fill in your stuff- ID and KEY etc.
hit create
that just wrote in your acess file. close it.
Also make sure in google checkout you have the setting for charge and auth immedialty somethuing like that.
do a test order. should be good to go-:smile:
Re: Google Checkout module for Zen Cart (beta)
not working for me.
I see the option to pay by GCO but i do not go there I just get payment method: GCO and when i do check out i'm back in the first page of the checkout process.
I read those threads indicated above so I re-checked the files and dirs:
1) my GCO tpl files are in includes/templates/MY_TEMPLATE/template
there i have:
tpl_checkout_payment_default.php
tpl_gc_return_display.php
tpl_gc_return_noproduct.php
tpl_login_default.php
tpl_shopping_cart_default.php
tpl_time_out_default.php
<check>
2) I did this permission thingy even if was not getting any authentication err message <check>
:dontgetit
:dontgetit
What can be the misplaced file(s)? Any suggestions?
Thanks!
Re: Google Checkout module for Zen Cart (beta)
Thanks for the reply...
Just want to make sure I have your advice correct.
Quote:
(you should be already marked true for CGI PHP in module install page optrion bar or what ever itsa called- in admin.)
Ok. I changed that. I had it to false...
Quote:
now change the permissions like i mentioned above to 777. then go to url i gave (put your domain in there)
the screen will be white. fill in your stuff- ID and KEY etc.
hit create
Ok Did this before...
Quote:
Also make sure in google checkout you have the setting for charge and auth immedialty somethuing like that.
Not sure what you mean by that... But I am getting orders. Its not getting into admin What do I do there?
If I test the Response Headers? What to I type in there for User and Password?
Re: Google Checkout module for Zen Cart (beta)
milo thats it, it should be working.
The google checkout option about automatic charge etc is basicly referring to this-
if you have to log in and choose charge on every order than you need to change the setting to automatic.
I believe it is GC-->settings-->preferences on the left
then choose
Automatically authorize and charge the buyer's credit card.
save.
that makes it so the order will come in as google processing in admin.
anyway here is how i can check if it is set up correctly.
check if htaccess is corect when all done if you type the url for responsehandler- and you put in your ID and Key and choose enter (i wouldn't check remember it!!!!) you should get something like:
Invalid or not supported Message- this is good because you are logging in to the responsehandler-
if the id and key were wrong it should just keep giving the pop up box like 3 times and send to you to:
Error 401 - Unauthorized
You failed to provide a valid account required for access to page.
if you get the error then I believe htaccess script created a file from incorrectly entered info. I spent 2 hours on that little problem.:censored:
so double check that the key that was entered into htaccess script containd all the numbers- ( i noticed i had copied and pasted and misseds a few digits and an underscore of my key because the box in zen was smaller thasn the number of characters in the box. that will definetly prevent this from working.)
I recommend copy and paste directly from GCO integration page and not from zen admin.
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
melena
not working for me.
I see the option to pay by GCO but i do not go there I just get payment method: GCO and when i do check out i'm back in the first page of the checkout process.
I read those threads indicated above so I re-checked the files and dirs:
1) my GCO tpl files are in includes/templates/MY_TEMPLATE/template
there i have:
tpl_checkout_payment_default.php
tpl_gc_return_display.php
tpl_gc_return_noproduct.php
tpl_login_default.php
tpl_shopping_cart_default.php
tpl_time_out_default.php
<check>
2) I did this permission thingy even if was not getting any authentication err message <check>
:dontgetit
:dontgetit
What can be the misplaced file(s)? Any suggestions?
Thanks!
It sounds like you have the button but the link doesn't go to google?
Re: Google Checkout module for Zen Cart (beta)
Ok I am Panic ing
When something was out of stock (Say in a size)
It would alert the customer with a red arrow at checkout
I think a code in this mod disabled it and the google checkout mod says
Quote:
* Some products are Out of Stock
But does not show which ones are...
I need the old functionality back. What do I do?