Zen Cart Logo
Forums / Addon Shipping Modules / usps.com Click-n-ship AutoFill Button Contrib

usps.com Click-n-ship AutoFill Button Contrib

Views: 224,996

Results 561 to 580 of 827
19 Mar 2012, 4:25 PM
#561
stellarweb avatar

stellarweb

Zen Follower

Join Date:
May 2006
Location:
Montana
Posts:
293
Plugin Contributions:
8

usps.com Click-n-ship AutoFill Button Contrib

Didn't work for me. :(

CrashWolf:

I have not been able to test this, but I believe I have fixed the issue.
The whole script had to be updated to match USPS's update. I'll test it when I get back to the office later today.

http://www.cheaptechguy.com/zenFix/

-Ken

19 Mar 2012, 4:30 PM
#562
lrs avatar

lrs

Zen Follower

Join Date:
Feb 2006
Posts:
130
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

ts232:

Location to send a complaint form to USPS:

http://faq.usps.com/eCustomer/iq/usps/request.do?create=kb:USPSFAQ&forward=inquiryType

What a bunch of complete morons. Did anyone even see an advance notice that this change was going to take place?

I sent in a complaint and asked them to offer BOTH methods of using Click-nShip as a way of restoring the functionality of the mod in ZenCart.

One can hope that It shouldn't be too difficult for them to offer a link to the old method with the same scripting. Then we would only need to change .

19 Mar 2012, 4:45 PM
#563
wrx_boy avatar

wrx_boy

New Zenner

Join Date:
Oct 2008
Posts:
3
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

Sent a complaint to USPS about this issue last night, got the following reply this morning:

I understand the new changes to the Click N Ship page has broken an automatic connection. I am very sorry to hear that happened.

(Name removed), I'm sure that is very frustration. I would be happy to get you the information to our Internet Customer Care Center, where the representatives are specifically trained to help with technical issues like that. They can be reached:

By email at: [email protected]

By phone: 1-800-344-7779, Select Option 3

I am no programmer by any means, but maybe someone with some knowhow can use that contact info to work on a solution.

19 Mar 2012, 4:46 PM
#564
spembleton avatar

spembleton

Zen Follower

Join Date:
Jun 2010
Location:
Holland, MI
Posts:
232
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

CrashWolf:

I have not been able to test this, but I believe I have fixed the issue.
The whole script had to be updated to match USPS's update. I'll test it when I get back to the office later today.

http://www.cheaptechguy.com/zenFix/

-Ken

Didn't work for me either. I just tried it out, and on my computer it does nothing. Nothing changes on the screen. It does not go anywhere. Using ZC 1.5

19 Mar 2012, 5:53 PM
#565
cobraplant avatar

cobraplant

Zen Follower

Join Date:
Oct 2007
Posts:
101
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

I just submitted a request to USPS regarding the script (https://sss-web.usps.com/cns/jscript/labelInformation.js) and the landing page.

If your volume of sales is large enough, you might want to investigate ShipStation.com. I signed up with them for a trial period about a week ago. The integration with Zencart is quite tight. Everything loads up nicely, and setup is very easy. No tokens or additional software. Everything is web-based, so this is a big plus for Mac-users. Other than uploading the ShipStation module, the only thing you'll need to do is to include a new username and password in your admin specifically for ShipStation. After that, the rest of the setup occurs on ShipStation's website.

The only glitch is that ShipStation reads Zencart's weights in ounces rather than in pounds. I reported this to ShipStatoin, and they said they'll fix the glitch in a day or two. This was on Friday. Their customer service is also very swift. They report an average response time of 30 minutes. When my trial period is over, I'll post a review.

You can download the module at:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=2007

In any case, I'd like to see USPS Autofill fixed since it is handy for shipping last minute orders.

19 Mar 2012, 6:14 PM
#566
ezorb avatar

ezorb

Zen Follower

Join Date:
Apr 2006
Location:
Midland TX
Posts:
426
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

That phone number is for USPS tech support that I was told are sub-contractors that answer the phone and pass along messages or provide simple answers to shipping. The real IT's don't seem to exist.

The only thing we can do is flood the email and phone bank until someone wakes up. Having the old and new Click-N-ship available is too simple for them.

Here is a partial work around until someone can fix this problem. Download your customers address information and save into the USPS address book, at least that amount can be filled in.

Another fix is Numinix has a new USPS Shipping mod tied into Stamps.com works with version 1.5.0 back to 1.3.x. The mod is $75.00 and then you have to pay Stamps.com $16.00 per month. After reading Stamps.com post on Zencart this does not seem that great due to Stamps.com support and bugs. Maybe this new mod has fixed all of this.

The best thing is someone to redesign this module and I for one would be very happy to purchase it to offset their development cost.

CobraPlant:

Go to ADMIN > INCLUDES > MODULE > usps_autfill_button.php. On line 130, replace https://sss-web.usps.com/cns/labelInformation.do with https://cns.usps.com/go/Secure/Label...iveryCountry=1. See if that works. I don't have time to test it myself, but that seems to be where the call URL is located.

From this:

<form target="_blank" method="post" action="https://sss-web.usps.com/cns/labelInformation.do" name="labelInformationForm" id="labelInformationForm">

To this:

<form target="_blank" method="post" action="https://cns.usps.com/go/Secure/Label...iveryCountry=1" name="labelInformationForm" id="labelInformationForm">

(For some reason, this forum page is shortening the new URL, so I have no idea what it should be. But you get the idea.)

WRX Boy:

Sent a complaint to USPS about this issue last night, got the following reply this morning:

I am no programmer by any means, but maybe someone with some knowhow can use that contact info to work on a solution.

19 Mar 2012, 6:18 PM
#567
crashwolf avatar

crashwolf

New Zenner

Join Date:
Mar 2012
Posts:
8
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

SPembleton:

Didn't work for me either. I just tried it out, and on my computer it does nothing. Nothing changes on the screen. It does not go anywhere. Using ZC 1.5

Oh Ha! I forgot to point the new form name. :frusty:

It should work now.

http://www.cheaptechguy.com/zenFix/

19 Mar 2012, 6:26 PM
#568
crashwolf avatar

crashwolf

New Zenner

Join Date:
Mar 2012
Posts:
8
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

That would be if the USPS site wasn't down! :frusty::frusty::frusty::frusty:

19 Mar 2012, 6:43 PM
#569
whitknits avatar

whitknits

New Zenner

Join Date:
Dec 2007
Posts:
50
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

Have you had a chance to test it yet?

19 Mar 2012, 6:45 PM
#570
crashwolf avatar

crashwolf

New Zenner

Join Date:
Mar 2012
Posts:
8
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

I have confirmed it works with domestic, however I do not have any international packages to ship today as of yet.

19 Mar 2012, 6:51 PM
#571
whitknits avatar

whitknits

New Zenner

Join Date:
Dec 2007
Posts:
50
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

Off to tell my developer. Thanks!

19 Mar 2012, 7:01 PM
#572
ezorb avatar

ezorb

Zen Follower

Join Date:
Apr 2006
Location:
Midland TX
Posts:
426
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

Tried opening the newer fix and it appears the file is blank.

Thanks

CrashWolf:

Oh Ha! I forgot to point the new form name. :frusty:

It should work now.

http://www.cheaptechguy.com/zenFix/

19 Mar 2012, 7:03 PM
#573
crashwolf avatar

crashwolf

New Zenner

Join Date:
Mar 2012
Posts:
8
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

USPS FIX for usps_autofill_button.php
http://www.cheaptechguy.com/zenFix/usps_autofill_button.php_fix

Please note there are some changes outside just updating the field ID's.

USPS now requires a First & Last name in both Shipper and Destination addresses.

For the Shippers First & Last name, I hard coded "Shipping Department". You can change that to whatever you like.

<input type="hidden" name="form.returnFirstName" value="Shipping" id="form.returnFirstName"> <input type="hidden" name="form.returnLastName" value="Department" id="form.returnLastName">

As for the destination, Zen Combines the users Name in the orders table. Instead of reworking Zen Cart I delimited it using:

TRIM(TRAILING substring_index(delivery_name,' ', -1) from delivery_name) as delivery_firstname
,
substring_index(delivery_name,' ', -1) as delivery_lastname,

Since the name on the Shipping label combines it back when printed, it should not show any different to the customer.

Please let me know if there are any issues.

19 Mar 2012, 7:12 PM
#575
ezorb avatar

ezorb

Zen Follower

Join Date:
Apr 2006
Location:
Midland TX
Posts:
426
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

EZorb:

Tried opening the newer fix and it appears the file is blank.

Thanks

I finally got it to open. Guess the server was busy.

Go look at the forum Os-Commerce seem USPS is the talk of the town.

19 Mar 2012, 7:41 PM
#576
ezorb avatar

ezorb

Zen Follower

Join Date:
Apr 2006
Location:
Midland TX
Posts:
426
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

CrashWolf:

I have confirmed it works with domestic, however I do not have any international packages to ship today as of yet.

Thank you very, very much. This mod is next to the heart of Zencart. Very important to us small business. Sure hope you claim the mod and provide further improvements.

If USPS get their server back up I would test this out both domestic and international.

Another question does this mod break the security on 1.5.0?

Thanks again,

19 Mar 2012, 7:53 PM
#577
crashwolf avatar

crashwolf

New Zenner

Join Date:
Mar 2012
Posts:
8
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

EZorb:

Thank you very, very much. This mod is next to the heart of Zencart. Very important to us small business. Sure hope you claim the mod and provide further improvements.

If USPS get their server back up I would test this out both domestic and international.

Another question does this mod break the security on 1.5.0?

Thanks again,

Thanks for your compliment.

I can not confirm if the unaltered version was compliant with 1.5.0, however nothing was added that would further the risk IMO. Really the only thing that was modified is the pointers to the fields. USPS was really brilliant in changing all the id's without warning.
-1 Karma for USPS

19 Mar 2012, 9:18 PM
#578
ts232 avatar

ts232

Zen Follower

Join Date:
May 2006
Posts:
167
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

whitknits:

Have you had a chance to test it yet?

CrashWolf, thanks for your efforts on this!

Seems to be working for me for domestic, although the recipient's email address is not propagating to the usps site. I think it used to do that before.

For an international shipment it looks like it is populating with the right values, but USPS has troubles with it anyway. I think it's a problem on their end:

The Address Book service is experiencing technical difficulty. Please try again.

19 Mar 2012, 10:56 PM
#579
johnniejetski avatar

johnniejetski

New Zenner

Join Date:
Jan 2011
Posts:
66
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

I get this error:
The Address Book service is experiencing technical difficulty. Please try again.

Please enter and/or complete your Shipping From ZIP Code™.

19 Mar 2012, 10:58 PM
#580
johnniejetski avatar

johnniejetski

New Zenner

Join Date:
Jan 2011
Posts:
66
Plugin Contributions:
0

Re: usps.com Click-n-ship AutoFill Button Contrib

I can enter a label by hand and I do not get that error