views:

42

answers:

1

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 a custom module.

Thanks

A: 

Hi,

The best resources you will find are:

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

Jonathan Day
Hi I tried it It helped in creating the custom module,now as i have got it done one last thing How can I call them on CMS page
well done, that's a big first step! Use this syntax to call from a CMS page or static CMS block : {{block type='module/block' template='module/template.phtml'}}, that should work for you.
Jonathan Day