Magento 添加评论 How to add Magento Product Reviews form anywhere on product page

本文将指导您在Magento主题中展示产品评价的方法,包括编辑catalog.xml文件以显示评论表格和产品评论,以及在产品页面模板中插入代码以轻松展示评论。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Product reviews helps in boosting customer’s confidence in your product. No points for guessing why they are one of the primary driving force behind conversion. Amazon is a great example of product reviews where a majority of the products are sold due to efficient reviews posted by their consumers.

magento-product-reviews

To show the review form and product reviews on product page in Magento Theme you need to edit catalog.xml found here app/design/frontend/default/YourTheme/layout/catalog.xml

You need to find catalog_product_view class. Inside this reference add the following code:

<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>

 

Finally, you need to add the following line of code on the product page in app/design/frontend/default/YourTheme/template/catalog/product/view.phtml at appropriate place.

<?php echo $this->getChildHtml('product_review') ?>

 

I hope this will help you showing product reviews easily. Please let us know your questions if you face any trouble showing product review in your Magento theme.

 

原文:http://www.magikcommerce.com/blog/how-to-display-product-reviews-on-product-page-in-magento-theme/

参考:http://www.blog.plazathemes.com/archives/2566

转自:Magento 添加评论 How to add Magento Product Reviews form anywhere on product page

 

 

 

 

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值