Search:

Type: Posts; User: ses707

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    The extension is not harcoded, if your server is using the correct version of TLS it will work.
  2. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    Resurrection from the deep, I switched over to Magento years ago and haven't looked back, good luck!
  3. Replies
    826
    Views
    194,927

    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...
  4. Replies
    826
    Views
    194,927

    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...
  5. Replies
    826
    Views
    194,927

    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,...
  6. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    Your server is likely having a dns problem, I would contact the hosting provider and ask them what the problem is...
  7. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    includes/modules/maxmind/CreditCardFraudDetection.php - Line 70:
    $this->server = array( "minfraud.maxmind.com", "minfraud-us-east.maxmind.com", "minfraud-us-west.maxmind.com");

    change to...
  8. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    If they are checking logs then they need your server IP (usarm - 199.204.252.45).

    The version 1.4 of the ZC addon uses MaxMinds 1.49 PHP API and accesses minfraud3.maxmind.com,...
  9. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    I have not seen any problems from multiple ZC stores running the addon, however I have updated it adding the new MaxMind API which does have different server names. If you are unable to retrieve...
  10. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    It would be relatively simple to update the order information page to work on 1.5. As of right now it is not out-of-the-box ready. I will look at making it ready towards the end of this week if I...
  11. Replies
    826
    Views
    194,927

    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.
  12. Replies
    826
    Views
    194,927

    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...
  13. Replies
    826
    Views
    194,927

    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.
  14. Replies
    826
    Views
    194,927

    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:...
  15. Replies
    826
    Views
    194,927

    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...
  16. Replies
    826
    Views
    194,927

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

    That is correct.
  17. Replies
    826
    Views
    194,927

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

    Do you have phpmyadmin in your host panel where you can run the sql?
  18. Replies
    826
    Views
    194,927

    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...
  19. Replies
    826
    Views
    194,927

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

    All addons you should upload the files and then perform the sql statements.
  20. Replies
    826
    Views
    194,927

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

    So is everything working correctly now that you uploaded the files?
  21. Replies
    826
    Views
    194,927

    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...
  22. Replies
    826
    Views
    194,927

    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.
  23. Replies
    826
    Views
    194,927

    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...
  24. Replies
    826
    Views
    194,927

    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...
  25. Replies
    826
    Views
    194,927

    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...
  26. Replies
    826
    Views
    194,927

    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...
  27. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    Did you ever get a copy of the log report?
  28. Replies
    826
    Views
    194,927

    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?
  29. Replies
    826
    Views
    194,927

    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...
  30. Replies
    826
    Views
    194,927

    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...
  31. Replies
    826
    Views
    194,927

    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.
  32. Replies
    826
    Views
    194,927

    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...
  33. Replies
    826
    Views
    194,927

    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...
  34. Replies
    826
    Views
    194,927

    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...
  35. Replies
    826
    Views
    194,927

    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...
  36. Replies
    826
    Views
    194,927

    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...
  37. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    Too weird, perhaps that var is not able to be called? Try this in a blank doc:

    <?php echo $_SERVER['REMOTE_ADDR']; ?>

    The only other options are:

    if (zen_not_null($server_remote_addr)) {...
  38. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    Out of curiosity, if you flip
    $_SERVER['REMOTE_ADDR'] = $server_remote_addr; do you still get a 500? Would be nice to know if that is all that was causing the error.
  39. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    You are correct that it is written backwards, however if a variable equals a variable, then it's equal, PHP is smart! That was written to deal with an issue where Ajay modified the IP address field...
  40. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    500 doesn't help :(
    Try running the defaultZC order.php, then try the MaxMind order.php ... does either one allow checkout? What made you point your finger at that file? The changes to that page are...
  41. Replies
    826
    Views
    194,927

    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...
  42. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    The module can be used with any payment module, the included credit card module does two additional checks against the credit card name and telephone number entered by the customer at checkout...
  43. Replies
    826
    Views
    194,927

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

    Woops! Fixed in the attached, also cleaned up the same/other.
  44. Replies
    826
    Views
    194,927

    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...
  45. Replies
    826
    Views
    194,927

    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...
  46. Replies
    826
    Views
    194,927

    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...
  47. Replies
    826
    Views
    194,927

    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...
  48. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    The MaxMind addon is a free ZenCart module, it is not supported by MaxMind.
    The addon accesses the minfraud service.
    You can use the addon with any payment module. Using the credit card payment...
  49. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    You can use the included credit card module to understand what needs to be captured and integrate that into an Authorize.net module. PM me if you need it to happen and can't code it on your own.
  50. Replies
    101
    Views
    22,987

    Re: Credit Card Fraud Detection (MaxMind)

    This code splits the ip addresses stored in the database so we can do something with it later. By default it records the users ip and I believe the forwarded-by ip but it does not use any kind of...
Results 1 to 50 of 328
Page 1 of 7 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR