Advance Newsletter Pop-up by Oscprofessionals
Advance Newsletter Pop-up by Oscprofessionals
Advance NewsletterThis Module is an ideal solution which help you in achieving more subscribers for your newsletter system by a newsletter form popup. It helps to attract those customers who are interested in your product and service.
Features
- Grant customer to make subscription for your newsletter emails in first landing at your store.
- Store owner can customize popup easily.
- Easy installation.
- 100% open source.
- Follows Magento Standards
- 24/7 Support
Note: After installing module you have to add following code in your header.phtml
Path: app/design/frontend/yourpackagename/themename/template/page/html/header.phtml
Add this code before closing header tag by using PHP opening and closing tag:
if ($this->getIsHomePage()):
echo $this->getChildHtml('header.newsletterpopup');
endif;