GCO UPS SHIPPING CALCUALTIONS NOT WORKING
Okay, 10 hours trying to implement this and reading every post from page 65 on, and I'm still just not getting it.
Here's my info: ZC 1.3.7, GCO v1.3RC1rev1, my host is definitely running PHP as CGI, and I am testing in the GCO Sandbox
I followed all instructions and installed GCO 1.3RC1rev1 manually updating files as instructed in the INSTALLATION file.
But in the README file, I do not understand the following:
"2. .htaccess Basic Authentication Mode with PHP over CGI? If your site is installed on a PHP CGI you must disable Basic Authentication over PHP. To avoid spoofed messages reaching responsehandler.php, set the .htaccess file with the script linked (*http://your-site/admin/includes/htaccess.php*). Set permission 777 for http://your-site/googlecheckout/ before running the script. Remember to turn back permissions after creating the files."
I found an earlier post that gave a link to Ropu's htaccess and htpasswd generators at http://demo.globant.com/~brovagnati/tools/htaccess.php
I entered my Merchant ID's and passwords, but I'm not sure what to enter at the:
"Absolute dir to googlecheckout/ : ( ie. /home/ropu/public_html/catalog/googlecheckout )"
I don't understand the example. So I entered http://www.mysite.com/googlecheckout and generated the files. I saved them in Notepad, changed the extensions to PHP, and then uploaded them to my /googlecheckout directory. Set the folder permissions at 777 before uploading them, then back to 744.
Here's what happens - I get the Google Checkout icon on my checkout page, I click it, log into the sandbox, and then the shipping goes to the default of 0.00. Using my normal checkout mode (manual processing of credit cards) instead of GCO, UPS rates calculate fine. FYI, I am only using UPS shipping, it is enabled in my payment modules, and I am pretty certain my error has to do with the htaccess and htpasswd files. Can someone please explain to me what directory to enter for the "Absolute directory", and exactly where to upload the htaccess and htpasswd files?
Sorry if this is a dumb question, but I just don't get it. Thanks for any help you can provide.
P.S. to Ropu -
In INSTRUCTIONS file, modification to tpl_checkout_payment_default.php file has the following lines:
// ** GOOGLE CHECKOUT **
// ** END GOOGLE CHECKOUT **
For some reason, these lines appear on the live customer Login page. I deleted them from the code and now they do not appear.