Search:

Type: Posts; User: linksys

Search: Search took 0.02 seconds.

  1. Replies
    826
    Views
    195,809

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

    LOL I am not, unfortunately. You did an excellent job making this contrib. Everyone here realizes how dependent we are on this. BIG thanks!
  2. Replies
    826
    Views
    195,809

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

    Based on the above report on "no @ in email workaround" (thanks you guys) I did more tests and here is my conclusion:

    Conclusion A: Their backend now starts to check for session TOKEN and...
  3. Replies
    8
    Views
    3,119

    Re: Shipping Label and USPS

    This module is currently broken due to USPS site changes. Anyone looking into writing a module with USPS Shipping API?
  4. Replies
    826
    Views
    195,809

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

    Sorry my bad. I take this back. This does not use API. Lessons learned - never post before having a coffee at midnight! :blush:
  5. Replies
    826
    Views
    195,809

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

    Looks like oscommerce already has this module using API: http://www.oscommerce.com/community/contributions,1498

    It's open source so perhaps somebody could migrate it to ZenCart. :clap:
  6. Replies
    826
    Views
    195,809

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

    Well, :) the non-hacking, ultimate official way of doing this is through USPS Shipping Label API, as I researched:
    http://www.usps.com/webtools/shipping.htm
    Anybody tried this before?
  7. Replies
    826
    Views
    195,809

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

    I don't know FF add-on programming either but I am glad you are heading that way :mellow:
  8. Replies
    826
    Views
    195,809

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

    Still no luck for me. Their HTML page source code seems unchanged but I guess their backend starts validating some fields now. For example, the following fields:
    org.apache.struts.taglib.html.TOKEN...
  9. Replies
    826
    Views
    195,809

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

    Anybody has problem with USPS autofill lately? Looks like they changed the label form validation which broke my autofill. After I click the auto fill button in ZenCart: the USPS site gives me this...
  10. Re: v1.3.8: Random text after invoice number on Authorize.NET

    Thank you DrByte! You always do great jobs! I am not complaining, just need guidance customizing it a bit. :cool:
  11. Re: v1.3.8: Random text after invoice number on Authorize.NET

    Anyone actually complained about this which prompted this change? I don't believe authorize.net doesn't have "locks" to synchronize the concurrent transactions from the same merchant. I mean it's...
  12. v1.3.8: Random text after invoice number on Authorize.NET

    I noticed the invoice number is displayed as something like "1234-5fJbj0". It used to be "1234" before v1.3.8. Any way I can configure the authorize.net AIM to remove the random text in invoice...
  13. Replies
    55
    Views
    22,988

    Re: Authorize.net Seal sidebox

    Is the Authorize.net logo clickable in your sidebox contrib?
  14. Re: Need Help -PayPal eCheck but no order showing

    I have exactly the same problem. v1.3.7. With idevaffiliate mod.
  15. Replies
    826
    Views
    195,809

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

    That sounds great! I don't use Fedex but that's definitely a plus to this mod.
  16. Replies
    826
    Views
    195,809

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

    So if they'd change the address form to be like UPS, will you still be able to "be quick to fix it"? :wink:

    Seriously, is UPS' address form workable?
  17. Replies
    826
    Views
    195,809

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

    Congratulations to v1.0! I think this is one of the most useful zencart modules, and would love to see a similar for UPS. I checked UPS's shipping source, didn't quite get it but looks like there's...
  18. Replies
    826
    Views
    195,809

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

    That's great qhome. Thanks for your prompt work. Actually I had a little more in my change - I always fill the USPS shipping reference number with the order number - you might want to incorporate...
  19. Replies
    826
    Views
    195,809

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

    I used ($order_check->fields['zone_code']) and the state dropdown fills up all fine. Again for international provinces the worst case is to put all of them in a PHP array. Congrats to your upcoming...
  20. Replies
    826
    Views
    195,809

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

    For that I just hardcoded value "1" (US) as our store is for US only. Can't think of a better way but the worst case is to define all countries into an array in PHP. :P I didn't check the zencart db...
  21. Replies
    826
    Views
    195,809

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

    Another change: querying the state abbreviation from database instead of looking up in javascript on client site. This is necessary for the Firefox change above since the form is generated by PHP...
  22. Replies
    826
    Views
    195,809

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

    Thanks for this great module. I managed to make it work in Firefox. Here is what I did:

    In usps_autofill_button.php, move all the "document.write" statements except the last submit() out of...
  23. Replies
    46
    Views
    68,201

    Re: php 5.2.0 update problem

    The related PHP bug (http://bugs.php.net/bug.php?id=39381) was updated by the PHP developer asking for sample code to reproduce. Anyone can provide one? DrByte? :)
  24. Replies
    46
    Views
    68,201

    Re: php 5.2.0 update problem

    As a workaround: you don't have to roll back to php 5.1.6. Just change your session to be "file based" from "database based" in the ZenCart config file: includes/configure.php and...
  25. Replies
    46
    Views
    68,201

    Re: php 5.2.0 update problem

    I put a var_dump($db) before line 61 in sessions.php and it printed NULL.

    The question is, why this global variable issue only affects the session code? Other zen-cart functions all work well -...
  26. Replies
    46
    Views
    68,201

    Re: php 5.2.0 update problem

    Hey DrByte, I think the above link likely addresses the same issue here. Look at the "Finally Tracked This Down" part and the "Problem Background" part:
  27. Replies
    46
    Views
    68,201

    Re: php 5.2.0 update problem

    I have a little different setup:
    1) On CentOS 4.4
    2) Upgraded from Zencart 1.3.5.0.2 to v1.3.6. Worked all good with PHP 5.1.6

    Then I upgraded PHP to 5.2.0 and got this error.
  28. Replies
    46
    Views
    68,201

    Re: php 5.2.0 update problem

    Or the new PHP altered the behavior of the "global" statement so the value of $db is not passed into functions or got overwritten?

    I am poking around in the code...just baffled. Interesting...
  29. Re: Fatal error: Call to a member function Execute() on a non-object in session.php

    What's you PHP version? v5.2.0?
  30. Replies
    46
    Views
    68,201

    Re: php 5.2.0 update problem

    I got the exact same error after upgrading to php v5.2.0 this morning. Looks like $db is not initialized in session.php?
Results 1 to 30 of 30
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR