conspicuouschick:
I tried to go back through this thread but I'm still not sure what 'changes' you're referring to.
The error message I receive is "Oops!
We were unable to process your request."
Not very helpful, yes?
The htaccess Basic Authentication Mode is set to false (set to true, I get the same above error); the Carrier Calculated Shipping is set to true; the United States Postal Service domestic_types (located above the Carrier Calculated Shipping in the Admin) is set to the proper amounts....
When I turn the Carrier Calculated Shipping off, I no longer get the error, but the shipping charge never budges.
No idea what I'm doing wrong.
Sorry it wasn't on this forum thread where the change is mentioned.
Go to /zencart/googlecheckout/responsehandler.php and make the following change.
Find ```php
error_reporting(E_ALL);
```php
// temporal disable of multisocket
define('MODULE_PAYMENT_GOOGLECHECKOUT_MULTISOCKET', 'False');
define('SESSION_BLOCK_SPIDERS','False');
did you make this change to this file?