problems with Tax calculation, and CDN conversion
The tax that is going to Google checkout is wrong, I have two tax zones, one for ontario and other one for rest of Canada, Ontario is 14% and rest of Canada is 6% however Google is only charging tax for rest of canada even though the customers address is from Ontario.
How do I fix this???
Also if my cart is in CDN how do I send the total to Google in USD after converting it to USD, i had to disable Google CO if a customer selects CDN currency, i should be able to convert it to USD using the conversion rate and send USD amount to google CO
My site is currently running on sandbox
its www.globalsatfta.com/store
thanks
Re: Google Checkout module for Zen Cart (beta)
Hey guys, need a little help with something. Google Checkout works great, but I have an issue. After a bit of work I got it up and running flawlessly, but just now I installed two custom shipping modules. Now I see this error during checkout:
Warning: Invalid argument supplied for foreach() in DirectoryPath/googlecheckout/gcheckout.php on line 389
And also in the back end when I edit the Google Checkout Module I see this:
Default Values for Real Time Shipping Rates
Default values for real time rates in case the webservice call fails.
Expedited expedited not configured!
Standard standard not configured!
Both Standard and Expedited are the new modules I came up with. Nothing fancy, basically just clones of Per Item. I have looked through gcheckout.php and I can not see any call to the Per Item module. I did see a call to the Table module. I am not sure how to configure the new modules with google checkout. Anyone have any ideas?
Re: Google Checkout module for Zen Cart (beta)
Can anyone answer this?
Thanks!
Quote:
Originally Posted by
dkerfoot
OK - I am trying Google Checkout again. Went through the complete install. When I navigate to:
https://keyllama.com/googlecheckout/responsehandler.php it requests a user name and password. Is this normal? I don't remember it before. I've tried all the ZenCart/Google passwords I can think of and nothing gets me by it.
I mostly just want to know if this is normal or a sign I have something mis-configured.
Thanks!
-Doug
Re: Google Checkout module for Zen Cart (beta)
Yes, that's normal. That's what the .htaccess and .htpasswords files do.
This happens after you configure your GC setting and set the basic authentication for php running over CGI.
It's a good thing too, if you didn't have those set up, anyone would be able to access the files on your /googlecheckout folder.
The user name and password are your GC merchant ID and key.
Re: Google Checkout module for Zen Cart (beta)
Long time lurker,, thanks for tolerating my post.
I've used the search feature but have not found this error on this specific line. I hope someone can help.
I am getting an error when I attempt to verify google checkout in the payment-modules in the admin panel.
"Cannot redeclare class googlecheckout line 507.bmp" includes/modules/payment/googlecheckout.php
the only think in this line is a }
I'm am attempting to install v1.3.7 v1.3RC2
Thanks for any help.
Re: Google Checkout module for Zen Cart (beta)
Have added anything to that file?
I'm checking that file and I only have 481 lines.
Re: Google Checkout module for Zen Cart (beta)
I just downloaded it again here at work, opened the same file and the last line on this file is line 509, and it looks the same as the one that I loaded.. but to specifically answer your question, no, I have not added anything to this file.
:frusty:
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
Yes, that's normal. That's what the .htaccess and .htpasswords files do.
This happens after you configure your GC setting and set the basic authentication for php running over CGI.
It's a good thing too, if you didn't have those set up, anyone would be able to access the files on your /googlecheckout folder.
The user name and password are your GC merchant ID and key.
Thanks for the reply! When I enter the GC merchant ID and key I get a Page not Found 404 error.
I searched for the problem in this thread with no luck. Any suggestions?
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
dkerfoot
Thanks for the reply! When I enter the GC merchant ID and key I get a Page not Found 404 error.
I searched for the problem in this thread with no luck. Any suggestions?
Follow-up:
I used responsehandler_test_v1.2.php and got this response:
Quote:
SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
My CA - Equifax Secure Global eBusiness CA-1 is on the approved list.
I follow the directions for checking the certificate chain, but don't know if my chain is good or not!
It shows:
Equifax Secure Global eBusiness CA-1
- keyllama.com (my website)
How can you know if there is supposed to be more to it? If there is a problem, how do I communicate it to my sitehost?
Thanks!
-Doug
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
DarkAzrael
Hey guys, need a little help with something. Google Checkout works great, but I have an issue. After a bit of work I got it up and running flawlessly, but just now I installed two custom shipping modules. Now I see this error during checkout:
Warning: Invalid argument supplied for foreach() in DirectoryPath/googlecheckout/gcheckout.php on line 389
And also in the back end when I edit the Google Checkout Module I see this:
Default Values for Real Time Shipping Rates
Default values for real time rates in case the webservice call fails.
Expedited expedited not configured!
Standard standard not configured!
Both Standard and Expedited are the new modules I came up with. Nothing fancy, basically just clones of Per Item. I have looked through gcheckout.php and I can not see any call to the Per Item module. I did see a call to the Table module. I am not sure how to configure the new modules with google checkout. Anyone have any ideas?
Can anyone help me with this? I am not sure what is going on with it...