Re: Google Checkout module for Zen Cart 1.3.x (beta)
OMG! This thread is a beast! I got over 100 pages deep and haven't found a good answer, so I'm posting.
For some reason, when someone buys a downloadable product (or any product for that matter), GoogleCart isn't charging tax to residents of my state.
At first I had ZenCart handle my taxes, but my downloadable products don't require shipping addresses, so ZenCart never knew if the purchaser was from Texas or not.
THEN I set it up for Google, since they require the address for Credit card processing.
It turns out Google is passive, and doesn't add tax if any tax declaration is output from ZenCart.
So, how do you kill any tax declarations in the GoogleCart Module of Zencart, so GoogleCart can actually do it's job? :cry:
Re: Google Checkout module for Zen Cart 1.3.x (beta)
I was curious if you could get this addon to work with super orders.
Anyone have any luck with it?
-Graham
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Has anyone got this to work with 1.3.9b upgrade? If so would you mind helping with the orders.php, the language between 1.3.8a and 1.3.9b seems to have changed. I think that is where my problem is, when I installed google, I could get shipping quotes to work and checking out with paypal express would lead to step 2 of 3 select payment method but no method was available to chose.
Thank you
Re: Google Checkout module for Zen Cart 1.3.x (beta)
I tried and miserably failed so I paid a professional to work out the problems. Then even he had a hard time working on it I think.
1 Attachment(s)
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
sham
Has anyone got this to work with 1.3.9b upgrade? If so would you mind helping with the orders.php, the language between 1.3.8a and 1.3.9b seems to have changed. I think that is where my problem is, when I installed google, I could get shipping quotes to work and checking out with paypal express would lead to step 2 of 3 select payment method but no method was available to chose.
Thank you
This is working flawlessly on our site. What specific problem are you experiencing and what are the steps to recreate the problem?
I have attached the orders.php we are using in production.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
BlessIsaacola
This is working flawlessly on our site. What specific problem are you experiencing and what are the steps to recreate the problem?
I have attached the orders.php we are using in production.
:clap::clap:
Thank you for your help, with this and your earlier post got it up and working!! Thanks again :bigups:
Re: Google Checkout module for Zen Cart 1.3.x (beta)
I have GC version 1.4.7 installed on zencart 1.3.8a. with ssl
Orders are being recorded to admin. Customer is added to admin. I do receive Purchase Receipts from google by email.
The problem I'm trying to track down is GC is failing to add shipping charges during checkout.
I only offer USPS but just to test, I also installed UPS shipping and GC didn't add shipping rates during
checkout for UPS either, so it isn't just USPS rates not being included that is a problem.
I did remove and reinstall USPS shipping module. Didn't help.
(USPS works with paypal and moneyorders/check checkouts.)
according to post #3282 in thread
http://www.zen-cart.com/forum/showth...47318&page=329
I edited the files, added_function_for_google_checkout.php and responsehandler.php
that didn't resolve the problem.
When viewing the orders in admin > orders, they show shipping as FreeGCDigital
Has anyone had this happen and found a fix?
Any ideas?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
ok, I just enable table rate in zen admin and GC DOES include table rate for shipping option. So why won't GC include USPS shipping rates?
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
buildingblocks
ok, I just enable table rate in zen admin and GC DOES include table rate for shipping option. So why won't GC include USPS shipping rates?
Are you using merchant calculated or carrier calculated for shipping methods? If you're using merchant calculation...post your shipping_methods.php content here.
Re: Google Checkout module for Zen Cart 1.3.x (beta)
Quote:
Originally Posted by
BlessIsaacola
Are you using merchant calculated or carrier calculated for shipping methods? If you're using merchant calculation...post your shipping_methods.php content here.
and there was the problem.
GoogleCheckout Carrier Calculated Shipping was set to false.
I spent ALL day trying to figure this out.
I should have asked sooner as I'd have been on to other things already.
Thank you BlessIsaacola for responding.