Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

USPS SHipping Labels Not Working on NEW USPS Site


Guest

Recommended Posts

Hello,

It seems that with the USPS change the current code does not work. Once you go from the usps_shipping.php file to the USPS site you get this error on the site:https://sss-web.usps.com/cns/labelInformation.do

 

 

Internal Error : We've experienced an unexpected condition.

Error Tracking Number : 1179237699662

 

 

Any ideas?

 

I am using USPS SHipping labels version 2.0.3 and everything worked fine until the new changes!

Link to comment
Share on other sites

Hello,

It seems that with the USPS change the current code does not work. Once you go from the usps_shipping.php file to the USPS site you get this error on the site:https://sss-web.usps.com/cns/labelInformation.do

Any ideas?

 

I am using USPS SHipping labels version 2.0.3 and everything worked fine until the new changes!

 

On usps_ship.php change this hidden field (around line 645):

 

<input type="hidden" name="labelId" value="">

 

To this:

 

<input type="hidden" name="labelId" value="<?php echo $packageID; ?>">

 

This seemed to get me back up and running.

Link to comment
Share on other sites

On usps_ship.php change this hidden field (around line 645):

 

<input type="hidden" name="labelId" value="">

 

To this:

 

<input type="hidden" name="labelId" value="<?php echo $packageID; ?>">

 

This seemed to get me back up and running.

 

fixed it for me... thanks so much!

 

Tim

Link to comment
Share on other sites

Worked for me too.

 

Just one trick, is that when you click to log out (of USPS), you get a screen that says this:

 

"You are now signed out. You will be redirected to the previous USPS application in 5 seconds."

 

If you don't wait the 5 seconds (or click the redirect link) before you close out the window, then you'll still get the error (mentioned above by 2dogrc) for your next label.

 

Thanks for the fix!

 

Craig

Link to comment
Share on other sites

On usps_ship.php change this hidden field (around line 645):

 

<input type="hidden" name="labelId" value="">

 

To this:

 

<input type="hidden" name="labelId" value="<?php echo $packageID; ?>">

 

This seemed to get me back up and running.

Thank you

Link to comment
Share on other sites

  • 2 weeks later...

Hello All,

 

I was wondering if anyone else is having a problem with the labels going from oscommerce to USPS and their site is all broken. At the bottom I get "Errors on page" (at USPS). All of the shipping information floods correctly but it doesn't let me continue from there. Any help would be appreciated.

 

Thanks

Thad

When you have eliminated the impossible, whatever remains, however improbable, must be the truth.

-Sherlock Holmes

Link to comment
Share on other sites

I ran some labels this morning and it worked fine...

What version are you using? I am using 2.03 with the new server fix in it from asmeyers.

When you have eliminated the impossible, whatever remains, however improbable, must be the truth.

-Sherlock Holmes

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...