Re: Google Checkout module for Zen Cart (beta)
Hi.
I am continuing with setup However, whenever I try to go to mysite/googlecheckout/responsehandler.php or try to enter the shipping generator in admin, I am asked for a username and password. I've tried all the usual suspects, but nothing seems to work.
Where am I going wrong?
Philip
Re: Google Checkout module for Zen Cart (beta)
Hey guys, I had this module installed at one point way back when and then decided against using it. I still have bits that remain though and was hoping someone could tell me how to get rid of them.
When I look at the options for 'order status' in admin, amongst the ones that should be there, I have:
Code:
Google Processing [101]
Google Shipped [102]
Google Refunded [103]
Google Shipped and Refunded [104]
Google Canceled [105]
Can someone tell me how to get rid of these? Thanks...
Re: Google Checkout module for Zen Cart (beta)
Have you tried using the delete button that is on that page? Always works for me :)
Re: Google Checkout module for Zen Cart (beta)
Well, that's part of the problem. In my haste, long ago, I removed all the files so I don't even know what version I had. Any other ideas? Thanks.
Re: Google Checkout module for Zen Cart (beta)
I was able to find a copy of the version I had installed in an old backup I had. I downloaded that version (1.4.5) and read through the documentation. I can not find any information on uninstalling. That is probably why I didn't uninstall it correctly. Can ANYONE tell me what I need to delete from the database??
Re: Google Checkout module for Zen Cart (beta)
Hi.
I have a couple of queries regarding the settings on the integration page (at Google)
1. Does this module post digitally signed carts.
2.The API callback URL - I have a SSL ie https://www.mysite. - is that all I insert or is there a page that Google Checkout needs to be directed to - in the same way as PayPal.
Many thanks in advance
Philip
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
philip56
Hi.
I have a couple of queries regarding the settings on the integration page (at Google)
1. Does this module post digitally signed carts.
2.The API callback URL - I have a SSL ie
https://www.mysite. - is that all I insert or is there a page that Google Checkout needs to be directed to - in the same way as PayPal.
Many thanks in advance
Philip
You would want https://www.mysite/googlecheckout/responsehandler.php
Re: Google Checkout module for Zen Cart (beta)
If anyone is curious, I did some digging in my database and removed two empty tables:
Code:
DROP TABLE `google_checkout` , `google_orders` ;
and removed the Google related entries in table orders_status
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
chain_man
Thanks for that chain_man.
My other question wasn't very clear. What I meant to ask was - when using this contribution, do I say I am using a digitally signed cart in integration?
Also do you have to tell Google (on the checkout page) that you are using this cart?
Thanks
Philip
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
philip56
Thanks for that chain_man.
My other question wasn't very clear. What I meant to ask was - when using this contribution, do I say I am using a digitally signed cart in integration?
Also do you have to tell Google (on the checkout page) that you are using this cart?
Thanks
Philip
I have Digitally Signed cart checked on mine. And select XML.
The module tells Google about your cart. No need to do anything on the checkout page (except click the Google button...)