Thanks Woody,

I tried again, still not working. Here's part of my configure.php file:

// * DIR_FS_* = Filesystem directories (local/physical)
//the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
define('DIR_FS_CATALOG', '/home/Jay42/type/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');

I substituted Jay42 above for the real name for security purposes.

So in the "Absolute dir to googlecheckout" on Ropu's generator I entered:

/home/Jay42/type/googlecheckout

I pasted the code of each file in notepad, saved it as text, uploaded to my googlecheckout directory, renamed them to .htaccess and .htpasswd, and tested another sandbox order. Still, same problem....does not calculate UPS shipping, rather, uses default rates.

Did I get the directory name wrong? Or do something else wrong here?

Originally Posted by Woodymon
3. Note in the mod release the following three directories:
/admin
/includes
/googlecheckout

Did you upload all directories?
Yes, I followed all the instructions in the README and INSTALLATION files. As I currently have an existing checkout method (Credit Cards, manually processed), I followed OPTION B and uploaded all files in Section I and manually updated the 4 files in Section II.

Everything works except the UPS shipping calculations. So I feel the install was done correctly. Any additional advice would be appreciated. Thanks again for your help.