Magento : 移除/移动 newsletter move / add Newsletter subscribe
Add Newsletter subscriber form in footer
?
1. Go to app/design/frontend/default/your_theme/layout/ open newsletter.xml you will see code block like this :
??
2. Add following code there like this :
??
3. Now Go to app/design/frontend/default/your_theme/template/page/html/ and open footer.phtml then add the following code :
??
7. Now Go to app/design/frontend/default/your_theme/template/page/html/ and open header.phtml then add the following code :
<?php echo $this->getLayout()->createBlock('newsletter/subscribe')->setTemplate('newsletter/subscribe.phtml')->toHtml(); ?>??
Enjoy.
?
?
?
来源:http://jagdeepbanga.com/blog/magento-how-to-move-add-newsletter-subscribe-form-to-footer-header.html
?
?
?
?
?