In this Magento extension round-up, we quickly review some of the free extensions that were released in November, including developer tools, Magento 2 code migration, and an expanded flat rate shipping method.

DebugErrors by Fabian Schmengler

DebugErrors by Fabian Schmengler

Working on any reasonably complex Magento site, you may have run into issues where templates have been incorrectly referenced, symlink support hasn't been enabled, the files haven't been added yet or had some other issue which prevents them being found. Magento gracefully handles these errors by stubbing the missing template with an empty string, which allowing templates to silently go missing but can mean the errors don't get picked up.

Read More