读书人

Magento : 移除/腾挪 newsletter move

发布时间: 2012-12-26 14:39:28 作者: rapoo

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

?

?

?

?

?

读书人网 >编程

热点推荐