Magento extension Ajax Newsletter Extension by Rohit Dhiman

MageCloud partnered with Rohit Dhiman to offer Ajax Newsletter Extension in your MageCloud panel for our simple 1-click installation option. To install this extension - create your account with MageCloud and launch a new Magento store. It takes only 3 minutes.

Rohit Dhiman always provides support for customers who have installed Ajax Newsletter Extension Magento module. Feel free to leave a review for the company and the extension so we can offer you better products and services in the future.

You may want to check other Rohit Dhiman Magento extensions available at MageCloud and even get extensions from hundreds of other Magento developers using our marketplace.

Ajax Newsletter help you to use newsletter on site without refresh of page..

Compatible with Magento 1.x

Ajax Newsletter Extension

Ajax Newsletter help you to to use newsletter on site without refresh of page. You can use it CMS/ Static blocks , in xml and in .phtml file of site.
Note: This extension is only for frontend. in this extension not have any admin page or admin custom settings.. Please check the method to use below.
Features:
1)Easy to use in cms page/ static block/files/xml fiels
2)Submit newsletter without refresh of page..

Method to use:
1)You can call it in anywhere in cms pages and static blocks by placing the code below
{{block type="core/template" template="ajaxnewsletter/index.phtml"}}

2)You can use it in the .phtml file in header or footer where you want.
echo $this->getLayout()->createBlock('core/template')->setTemplate('ajaxnewsletter/index.phtml')->toHtml();

3)you can use it in sidebar of magneto , just need to call it in the right or left sidebar of the site. like in catelog.xml

How it work:
with the ajax newsletter you can submit your Magneto newsletter without refresh page. you can place it any where in site. methods describe above.
Note: You can take site backup first.