Search:

Type: Posts; User: ses707

Search: Search took 0.01 seconds.

  1. Replies
    826
    Views
    196,158

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

    Autocomplete is for your browser to tell it to not ask if you want to store the username, password, address, etc. It has absolutely nothing to do with why the addon stopped working. The addon POST'ed...
  2. Replies
    826
    Views
    196,158

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

    We went with XML over CSV for a lot of reasons. Regional Rate boxes are available in CnS Business, you just need to have a device and pay with a permit.
    For international orders this new addon will...
  3. Replies
    826
    Views
    196,158

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

    USPS never sanctioned POSTing to their site as this addon did, it was even a little hacky sending bad info to prompt a form error to work in the first place. It has nothing to do with auto fill tags,...
  4. Replies
    826
    Views
    196,158

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

    This was fixed back at post 690 - http://www.zen-cart.com/showthread.php?46059-usps-com-Click-n-ship-AutoFill-Button-Contrib&p=1144211#post1144211

    Issue with how the zone is stored by PP.
  5. Replies
    826
    Views
    196,158

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

    Glad you got it figured out, it's frustrating when zen sql insert doesn't let you run perfectly acceptable statements depending on the environment. Not getting the prepend right will make it fail to...
  6. Replies
    826
    Views
    196,158

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

    Try running the sql again, it will remove everything related to the addon and load it from scratch. Report back any errors generated when doing this.
  7. Replies
    826
    Views
    196,158

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

    Everything is still working as expected with the most recent update to this addon, get the most recent version here:...
  8. Replies
    826
    Views
    196,158

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

    Ok so the problem was something I had already fixed, only the fix was attached to one of my posts and not the one that got uploaded to the plugins section, doh! The problem was that PayPal DP records...
  9. Replies
    826
    Views
    196,158

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

    That is correct.
  10. Replies
    826
    Views
    196,158

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

    Do you have phpmyadmin in your host panel where you can run the sql?
  11. Replies
    826
    Views
    196,158

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

    lol, I blame the original addon creator, whatever the case, don't expect something to work without the files uploaded and the sql statements completed. Are you able to run the last two sql...
  12. Replies
    826
    Views
    196,158

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

    All addons you should upload the files and then perform the sql statements.
  13. Replies
    826
    Views
    196,158

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

    So is everything working correctly now that you uploaded the files?
  14. Replies
    826
    Views
    196,158

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

    Run each statement (everything before a ;) individually. You will be able to isolate which statement is giving the error. That will be semi but not really helpful. You can also run this in phpmyadmin...
  15. Replies
    826
    Views
    196,158

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

    The readme needs an update, there are a lot less db entries now since we can't send as much to USPS. Glad to hear you did not have any issues on 1.5.
  16. Replies
    826
    Views
    196,158

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

    Try this again...

    Fixed: barco57 reported a payment module that was not using the zone codes for lookup and was instead entering the delivery state as two characters. This was causing the state to...
  17. Replies
    826
    Views
    196,158

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

    Fixed: barco57 reported a payment module that was not using the zone codes for lookup and was instead entering the delivery state as two characters. This was causing the state to not be passed on to...
  18. Replies
    826
    Views
    196,158

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

    Did you download the most recent update from my post above yours dated 7/25/12? That update fixed the province issue. In order for the insurance box to be checked you must be declaring a value for...
  19. Replies
    826
    Views
    196,158

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

    USPS did change some things which caused the province to display, everything worked correctly if you continued, this latest version fixes that problem. I am unable to duplicate any issues with the...
  20. Replies
    826
    Views
    196,158

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

    No responses on this for a week now, can I assume all bugs have been flushed and this is ready to be finalized and added to the contrib download page?
  21. Replies
    826
    Views
    196,158

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

    Well that would be the order.php page not in the right spot, not related to install sql. I thought you were missing the settings under configuration. For ZC 1.5 the last update did not include a...
  22. Replies
    826
    Views
    196,158

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

    The key differences are the addition of ; on the last line before the
    ALTER TABLE orders DROP total_weight;
    ALTER TABLE orders ADD total_weight FLOAT NOT NULL DEFAULT '-1';
    And the alters lost...
  23. Replies
    826
    Views
    196,158

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

    Nope, issue was the SQL, please download and run this one. This includes SQL updates for 1.3.9 and 1.5.
  24. Replies
    826
    Views
    196,158

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

    Not sure what version of ZC/PHP/MySQL you are on but sounds like ZC 1.5? If it only processed 9 statements then you probably used the install-1.3.9, the install-1.5.0 includes an additional 4...
  25. Replies
    826
    Views
    196,158

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

    If you have a site you are comfortable PM'ing me ftp, mysql, and ZC admin access I can take a look at it. From other reports this addon appears to be working correctly on most servers and without...
  26. Replies
    826
    Views
    196,158

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

    MySQL is being really helpful here, simply remove the line
    ALTER TABLE `orders` DROP `total_weight`; and then rerun the install sql. That is not a necessary line and in most ZC installs it will...
  27. Replies
    826
    Views
    196,158

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

    When you get the error press the refresh button on your browser and you should get the ZC admin with a success, a warning, and an error bar at the top of the page. I did see that a couple of times...
  28. Replies
    826
    Views
    196,158

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

    AHHHH, what a mess! The attached is really, really, really fixed ... for 1.3.9 and for 1.5 ... including mass sql changes. Tested on an existing and a clean install. Works for me, report if not for...
  29. Replies
    826
    Views
    196,158

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

    The return address set in ZC admin does nothing, this functionality was removed as USPS no longer supports it. Update your default ship from address in your USPS address book AND profile.


    1.5 is...
  30. Replies
    826
    Views
    196,158

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

    Woops! Fixed in the attached, also cleaned up the same/other.
  31. Replies
    826
    Views
    196,158

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

    Eh, I don't get it ... if you are the same store doing business in multiple places then you can still have one company name and return address and it can be saved in the USPS profile/address book and...
  32. Replies
    826
    Views
    196,158

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

    Contribs go in final packaged addons, this is MY single working file, I removed several outdated and incorrect items, and did not take credit... Be happy it works and get over it!


    You must...
  33. Replies
    826
    Views
    196,158

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

    Taking a break and coming back with fresh eyes can fix everything. Please find attached an updated zip with a WORKING version :) This makes use of the USPS address book function, you will need to...
  34. Replies
    826
    Views
    196,158

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

    The problem is that USPS is assigning labelId and packageId when the page is loaded and you cannot deviate. At first I thought these were just random to differentiate items in the cart and could be...
Results 1 to 34 of 34
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR