How to add custom Modules in magento

后端 未结 1 1854
长发绾君心
长发绾君心 2021-01-26 00:51

Hi I want to create a custom Module for Footer which shows the news Headlines.Havent played with custom modules yet.How can i do that.can anyone tell me simple steps to craeate

相关标签:
1条回答
  • 2021-01-26 01:25

    The best resources you will find are:

    • Module Creator extension
    • Branko's blog post on writing a custom module
    • The official Magento wiki article

    And of course the great set of articles written by Stack Overflower Alan Storm which will help you understand the complex architecture that you are plugging into with your custom module.

    Finally, searching Stack Overflow will help a lot! The Magento forums are full of pretty poor advice, be wary of editing core files and other bad practices...

    HTH, JD

    0 讨论(0)
提交回复
热议问题