Monthly Archives: May 2010

Testing Authorize.net Response Codes or Errors

I am building a Magento module that needs to set risk scores based upon certain responses from the Authorize.net payment gateway. In case you need to run some tests of your own, there is an easy way to get specific … Continue reading

Posted in Misc | Leave a comment

Magento: Order State and Order Status

I built a module a couple of weeks ago for a client who needed to be able to change the status of orders at any time, as well as having a couple of custom order statuses. It appeared that the … Continue reading

Posted in Magento | 4 Comments

Magento: getCollection() Method Discovery

I was writing an order export module the other day, and I was needing to get some data from orders and found myself unable to get any customer information such as ->getCustomerEmail(). I was getting the order model collection with … Continue reading

Posted in Magento | Leave a comment