我正在一個網站上,我的網頁不會顯示在訂閱形式...Magento的訂閱形式不顯示
我已經添加到了我的newsletter.xml:
<!-- Mage_Newsletter -->
<reference name="newsletter">
<block type="newsletter/subscribe" name="news.subscribe" as="news.subscribe" template="newsletter/subscribe.phtml"/>
</reference>
</default>
,這給我的news_home.phtml:
<section id="news_and_fun_home" class="block small">
<div class="block-top"></div>
<div class="block">
<a href="https://plus.google.com/u/0/105681634975039284210/posts" target="_blank"><div class="follow-google"></div></a>
<?php echo $this->getChildHtml('news.subscribe'); ?>
</div>
<div class="block-bottom"></div>
</section>
我是在Magento還挺新......有人可以解釋我做的究竟是什麼?
而且這個心不是工作:
<?php echo $this->getLayout()->createBlock('newsletter/subscribe')->setTemplate('newsletter/subscribe.phtml')->toHtml(); ?>
你有刷新緩存嗎? –
是的,我沒有沖洗緩存 –
你可以確認,news.homeblock是否工作? –