Page 56 of 83 FirstFirst ... 646545556575866 ... LastLast
Results 551 to 560 of 827
  1. #551
    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 CobraPlant View Post
    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.)
    I have tried this a couple of times, even cleared my cache, but it keeps going to the same old page.
    Steve Pembleton
    www.cheapjumprings.com

  2. #552
    Join Date
    Jan 2009
    Posts
    16
    Plugin Contributions
    0

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

    Tried replacing the url, but I think the problem goes deeper. At the place in the code where the url is, there is a call to a script on the USPS site. Likely that script or location has changed. I did try replacing just the target post url, but that only resulted in taking me to that page, but no data carried over.

    Here is the code start:

    Code:
    <script src="https://sss-web.usps.com/cns/jscript/labelInformation.js"></script>
    
    <form target="_blank" method="post" action="https://cns.usps.com/go/Secure/LabelInformationAction!input.action" name="labelInformationForm" id="labelInformationForm">

  3. #553
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

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

    Quote Originally Posted by CobraPlant View Post
    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.)
    I sure wished Qhome would come out of hiding and give a hand here Or at least tell us if this to involved for a quick fix so we would know whether to find another solution.

  4. #554
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

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

    I cant' find any information thru USPS.com. THe autofill is not listed as part of the ecommerce API - whether it was before or not I don't know. If it was then they have removed it.

    The new click and ship is now more than one page - first choose country, then log in, then -- because of the changes, I had to choose the answer to a security question. And then I go to the input screen. That page is the same url as the mod. But I don't remember having to login before.

    The javascript that was being used in the mod no longer exists.

    The mod was dependent on no log in required so if it is possible to redo this mod, it will have to be totally different - and may not be possible to do.
    The full-time Zen Cart Guru. WizTech4ZC.com

  5. #555
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

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

    free alternative is from shiprush.com. After you install it on your computer, then you can set it up to use with your zen cart site.

    http://www.shiprush.com/products/shiprush_usps.shtml
    The full-time Zen Cart Guru. WizTech4ZC.com

  6. #556
    Join Date
    May 2006
    Posts
    170
    Plugin Contributions
    1

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

    Location to send a complaint form to USPS:

    http://faq.usps.com/eCustomer/iq/usp...rd=inquiryType

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

  7. #557
    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 delia View Post
    free alternative is from shiprush.com. After you install it on your computer, then you can set it up to use with your zen cart site.

    http://www.shiprush.com/products/shiprush_usps.shtml
    It appears from your site that this will NOT work with Click N Ship, correct? i.e. It will not print prepaid labels?
    Steve Pembleton
    www.cheapjumprings.com

  8. #558
    Join Date
    May 2006
    Posts
    170
    Plugin Contributions
    1

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

    Quote Originally Posted by SPembleton View Post
    It appears from your site that this will NOT work with Click N Ship, correct? i.e. It will not print prepaid labels?
    That's what it looks like to me. I am downloading and trying. You can buy some priority mail stamps at the PO, so I am hoping for a quick fix if this will at least print out all of the details.

    Getting integrated tracking etc. is a whole 'nother kettle of fish.


  9. #559
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

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

    Quote Originally Posted by SPembleton View Post
    It appears from your site that this will NOT work with Click N Ship, correct? i.e. It will not print prepaid labels?
    Shiprush does not do postage - the only way else to get the postage is stamps.com who use shiprush.
    The full-time Zen Cart Guru. WizTech4ZC.com

  10. #560
    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.

 

 
Page 56 of 83 FirstFirst ... 646545556575866 ... 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR