Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

USPS Tracking problem


Guest

Recommended Posts

I recently noticed that in my ADMIN area, under ORDERS.PHP, my USPS tracking button no longer works.

 

The link is: http://trkcnfrm1.smi.usps.com/netdata-cgi/...EFROM=OK&...

 

I get an error 404 Not Found.

 

Has anyone figured out what changed on the USPS website?

 

Also, I received a notice from USPS ICCC, stating that as of September 6, 2006, we need to use "https://secure.shippingapis.com", rather than "http://production.shippingapis.com". Should I be worried about this? Although my site appears to be calculating rates OK, I cannot check delivery status.

 

Thanks.

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

Here is the code I use for package tracking. I just checked it ant it seems to be working:

 

<td class="main"><a href="http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?CAMEFROM=OK&origTrackNum=<?php echo $order->info['usps_track_num']; ?>" target="_blank"><?php echo $order->info['usps_track_num']; ?></a>  USPS</td>

 

-jared

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...