Magento Extensions vs Modules – What is the Difference?

extensionsmagento-1.9module

What is the difference between an Extension and a Module?

Just curious to know that what is the right term to use when we extend Magento's functionality by creating our custom code in local folder.

Best Answer

Extensions are simply packed modules. In other words, you extend the features and functionality of Magento by writing a module. Then you have a choice to leave it as it is or pack it up (System > Magento Connect > Package Extensions). An extension (a packed module) is then published on magento connect

Related Topic