Page 1 of 2 12 LastLast
Results 1 to 10 of 827

Hybrid View

  1. #1
    Join Date
    Mar 2012
    Posts
    8
    Plugin Contributions
    0

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

    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
    Last edited by CrashWolf; 19 Mar 2012 at 04:23 PM.

  2. #2
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

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

    Didn't work for me.

    Quote Originally Posted by CrashWolf View Post
    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

  3. #3
    Join Date
    Jun 2010
    Location
    Holland, MI
    Posts
    230
    Plugin Contributions
    0

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

    Quote Originally Posted by CrashWolf View Post
    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
    Steve Pembleton
    www.cheapjumprings.com

  4. #4

    Default 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...Information.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?ma...oducts_id=2007

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

  5. #5
    Join Date
    Mar 2012
    Posts
    8
    Plugin Contributions
    0

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

    Quote Originally Posted by SPembleton View Post
    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.

    It should work now.

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

  6. #6
    Join Date
    Mar 2012
    Posts
    8
    Plugin Contributions
    0

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

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

  7. #7
    Join Date
    Dec 2007
    Posts
    50
    Plugin Contributions
    0

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

    Have you had a chance to test it yet?

  8. #8
    Join Date
    Mar 2012
    Posts
    8
    Plugin Contributions
    0

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

  9. #9
    Join Date
    Dec 2007
    Posts
    50
    Plugin Contributions
    0

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

    Off to tell my developer. Thanks!

  10. #10
    Join Date
    Mar 2012
    Posts
    8
    Plugin Contributions
    0

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

    USPS FIX for usps_autofill_button.php
    http://www.cheaptechguy.com/zenFix/u...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.
    Last edited by CrashWolf; 19 Mar 2012 at 08:05 PM. Reason: added link for fixed code

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Fill the total_weight table without having to click on the USPS click-in-Ship Mod
    By bradlawson25 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 4 Dec 2013, 06:11 PM
  2. Replies: 1
    Last Post: 11 Jun 2010, 05:46 PM
  3. autoclick usps click-n-ship button missing?
    By fattyfat in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 24 Sep 2009, 02:52 AM
  4. usps.com Click-n-ship AutoFill stopped working?
    By EZorb in forum Addon Shipping Modules
    Replies: 1
    Last Post: 12 Jul 2009, 09:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg