1,查找模块是否被正确配置了
找到 <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
在这行下面加入
<block type="review/product_view_list" name="product.info.product_additional_data" as="product_review" template="review/product/view/list.phtml">
<block type="review/form" name="product.review.form" as="review_form"/>
</block>
2,在产品的详细页中显示模块
<?php echo $this->getChildHtml('product_review') ?>