Get more users on your newsletter subscription list by having them sign up at checkout! With this Magento extension, users are given an opportunity to sign up for newsletter subscription with a simple checkbox on the checkout page.
Log in to your Magento admin
Navigate to System > Cache Management and Disable All Cache
If you have the compilation enabled, make sure to disable it
Log out of the admin. Don't Forget This Step.
Using any FTP client, upload THE CONTENTS of the folder "step-1" to your Magento root directory. NOT the folder itself - just the content!
Then upload THE CONTENTS of the "step-2" folder to your Magento root directory. NOT the folder itself - just the content!
************************************** IGNORE THIS STEP IF YOU'RE RUNNING ULTIMENTO ***************************************
************************************************************************************************************************
Open this file: /app/design/frontend/your/theme/path/template/checkout/onepage/billing.phtml
Add this code where you want the newsletter opt-in check to appear (below all the other fields - right before the closing "</ul>" tag)
<?php $modules = array_keys((array)Mage::getConfig()->getNode('modules')->children()); ?>
<?php if (in_array('Mage_Newsletteroptin', $modules)): ?>
<?php echo $this->getLayout()->createBlock('newsletteroptin/newsletter')->toHtml() ?>
<?php endif; ?>
Now log back in your Magento admin and navigate to System > Configuration > Newsletter Opt-in for the extension's settings.
Any questions — feel free to reach out!
Thanks,
Noam Design Group