Magento CE 1.7.0.2:只有在footer.phtml上启用了缓存时,某些方法才起作用

时间:2015-09-14 22:58:21

标签: magento caching footer

启用Magento缓存:Mage :: getBlockSingleton('page / html_header') - > getIsHomePage()等方法仅在footer.phtml上启用缓存时不起作用

1 个答案:

答案 0 :(得分:0)

不,他们不会因为页脚的phtml会缓存为块。您应该在page.xml中嵌套不会缓存的块 - 例如cart_sidebar,或者如果您只定位主页,那么在admin中转到主页cms,转到布局更新并添加阻止那里;

<reference name="footer">
<block type="your/block" name="yourblock" template="path/to/block.phtml" before="-"  />
</reference>