Search This Blog

Feb 16, 2012

Calling Newsletter Block On CMS Page

Magento has a built in feature of newsletter which can be used anywhere in your magento page. All you need to do is to make sure that the newsletter module on the configuration is enabled and you need to inset the code below on one of your cms pages.
 
{{block type="newsletter/subscribe" template="newsletter/subscribe.phtml"}}

After that, save your page and don't forget to clear the magento cache. :)

0 comments: