我正在使用magento网站,我想在右侧边栏添加热门标签块。 我已经在tag.xml中添加了这段代码
<default>
<!-- Mage_Tag -->
<reference name="right">
<block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/>
</reference>
</default>
但它不起作用。 我在设计/ frontedn / default / theme / template / page / 2columns-right.phtml中尝试了这段代码
<?php echo $this->getLayout()->createBlock('tag/popular')->setTemplate('tag/popular.phtml')->toHtml(); ?>
但它太不起作用了。 我错过了什么吗? 有没有办法在我的主题右侧边栏中添加流行的标签块?
答案 0 :(得分:0)
我找到了我网站的解决方案。我安装了Magento的演示目录,并为这些产品添加了标签。现在我添加了真实的类别和产品,并将商店视图更改为默认目录,以便新建一个新类别。所以Magento没有显示旧的目录标签。
现在我添加了新标签,它盯着侧边栏显示。
请检查上述情况或有以下可能性:
对于任何这些情况,标签都不会显示。