Displaying The Newsletter On a CMS Page/Block


Sharing is Caring

I really like magento, and a lot of the built in features although it can be difficult sometimes to figure out how to use things. Displaying the newsletter in a CMS Page / Block is pretty easy.

Just simply paste the following code into the design block, and away you go!

{{block type="newsletter/subscribe" template="newsletter/subscribe.phtml"}}

Hope this helps!

Sharing is Caring