Tag Archives: magento

If You’re Not Testing Something Then Don’t Make It Default

After debugging an Ajax Internet Explorer issue for about 3 hours today at work wherein what should’ve been some simple JSON data being returned by a jQuery $.post call the server instead returned the website’s main splash page. I eventually … Continue reading

Posted in Programming | Tagged , | 1 Comment

Magento: Listing regions from a country code

Once and a while you may want to get a collection of the regions that are associated with a country in Magento. For example, the United States is of course a collection of… states. In Magento these are referred to … Continue reading

Posted in Programming | Tagged , | 3 Comments