Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

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
Posted
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">

Posted
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!

  • 3 months later...
Posted
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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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