Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I FIXED the USPS problem where it says it cant access server


mgigante

Recommended Posts

Posted

well.... here is what happened I would get usps to work one day and not the next. so i pinged the production server and I got the ip address

 

I modified the usps.php file and changed the production server address to an ip address...

 

switch (MODULE_SHIPPING_USPS_SERVER) {

       case 'production': $usps_server = '56.0.134.43';

                          $api_dll = 'ShippingAPI.dll';

                          break;

 

BAM! worked first shot!

 

just thought I help you people out with same problem :o

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...