Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

USPS Change


repar

Recommended Posts

Anyone else having a problem with the USPS Shipping Contribution? It looks like the USPS just changed their site... which is probably the reason. Any solutions?

Edited by repar
Link to comment
Share on other sites

Anyone else having a problem with the USPS Shipping Contribution? It looks like the USPS just changed their site... which is probably the reason. Any solutions?

 

I'm using the USPS shipping label contribution. There is a single line change needed. Here's the old

form tag commented out and the new one that seems to work. YMMV

 

<!-- form name change - jgc -->
<!--
<form name="labelInformationForm" action="https://sss-web.usps.com/cns/saveLabelInformation.do?deliveryCountry=1" method="post">
-->
<form name="labelInformationForm" action="https://sss-web.usps.com/cns/labelInformation.do?deliveryCountry=1" method="post">

Link to comment
Share on other sites

I'm using the USPS shipping label contribution. There is a single line change needed. Here's the old

form tag commented out and the new one that seems to work. YMMV

 

<!-- form name change - jgc -->
<!--
<form name="labelInformationForm" action="https://sss-web.usps.com/cns/saveLabelInformation.do?deliveryCountry=1" method="post">
-->
<form name="labelInformationForm" action="https://sss-web.usps.com/cns/labelInformation.do?deliveryCountry=1" method="post">

 

Seems to work. Thanks!

Link to comment
Share on other sites

  • 3 months later...
I'm using the USPS shipping label contribution. There is a single line change needed. Here's the old

form tag commented out and the new one that seems to work. YMMV

 

<!-- form name change - jgc -->
<!--
<form name="labelInformationForm" action="https://sss-web.usps.com/cns/saveLabelInformation.do?deliveryCountry=1" method="post">
-->
<form name="labelInformationForm" action="https://sss-web.usps.com/cns/labelInformation.do?deliveryCountry=1" method="post">

 

Where do you go to edit this? What file is it? In what location?

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