magento 产品页面显示客户评论和产品评论表单

magento 产品页面显示客户评论和产品评论表单

找到catalog.xml文件在
[php]<block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">[/php]
节点下加入
[php]
<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>
[/php]
找到catalog/product/view.phtml文件在相应位置添加

[php]<?php echo $this->getChildHtml(‘product_review’); ?>[/php]

即可

发表评论

© 2022. powered by PHP 个人小站