module
How to create a Magento module
Since I’ve written various posts now where I assume that the reader already knows how to create a Magento module. But for those who don’t, here’s a little how-to.read further ...Remove the wrapping paragraph around a widget in Magento
When using widgets in Magento you’ve probably come across the following problem: Magento wraps it’s widgets in paragraphs. This is fine if you have a widget that is supposed to be an inline element, but when you’re using a widget to include a block-type element, you don’t want that anoying wrapping <p></p> around your HTML. So read further ...