我有相关的产品问题,我使用magento的模板购物者
这是我的local.xml文件中的块:
<reference name="content">
<action method="unsetChild" ><name>catalog.product.related</name></action>
</reference>
和
<block type="catalog/product_list_related" name="content.product.related" as="content_related" template="catalog/product/list/related_content.phtml"/>
文件related_content.phtml存在。
我想让产品出现在view.phtml中 追加销售产品也不起作用..
奇怪的是,当我完成模板的安装后,相关产品确实有效,产品有库存,我很多时间都重新编制了所有产品的索引。
答案 0 :(得分:0)
我觉得你应该在view.phtml中添加以下代码
<?php echo $this->getChildHtml('content_related'); ?>