简体   繁体   English

Magento从产品查看页面上删除客户评论区

[英]Magento remove customer review block from product view page

I am creating custom module for customer review so I need to delete the Magento customer review functionality from product view page. 我正在创建用于客户审核的自定义模块,因此需要从产品查看页面删除Magento客户审核功能。 There is any XML code which don't show the Magento customer review on product view page. 任何XML代码都不会在产品视图页面上显示Magento客户评论。

try this code i have already used... 试试这个我已经使用过的代码...

<catalog_product_view ranslate="label">
     <remove name="product.reviews"/>
 </catalog_product_view>

Go to your theme folder> template> catalog> product> open view.phtml then just find the code in this page: <?php echo $this->getReviewsSummaryHtml($_product, 'default', false)?> Now remove the code and check. 转到您的主题文件夹>模板>目录>产品>打开view.phtml,然后在此页面中找到代码: <?php echo $this->getReviewsSummaryHtml($_product, 'default', false)?>现在删除代码并检查。 I think it solve your issue. 我认为这可以解决您的问题。

You do not need any xml code to remove customer review block from product view page. 您不需要任何xml代码即可从产品视图页面中删除客户评论块。 Go to System > Configuration > Advanced then look for Mage_Review and disable it. 转到系统>配置>高级,然后查找Mage_Review并将其禁用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从magento产品查看页面的追加销售产品网格中删除链接“添加您的评论” - Remove link 'add your review' from upsell product grid in magento product view page Magento - 将点击评论页面的客户重定向到产品页面 - Magento - Redirect customer who hits review page to product page Magento 2:覆盖Magento \\ Review \\ Block \\ Product \\ View不起作用 - Magento 2: override Magento\Review\Block\Product\View not working Magento-在产品查看页面中从购物车中移除产品的选项 - Magento - Option to Remove product from cart within product view page Magento审查已登录客户使用一种产品的情况 - Magento review for logged in customer on one product 将客户重定向到客户登录网站的产品页面 Magento 2 - Redirect customer to product page from where customer logged in to website Magento 2 Magento:如何将客户评论从产品查看页面传递到购物车页面 - Magento : How to pass customer comments from product view page to cart page 如何在Magento的商品评论中删除商品网址 - How to remove product url in product review in Magento Magento如何从产品评论表单中删除标题字段? - Magento How to remove the title field from product review form? 为什么我添加评论/成为第一个要评论的人未显示在magento的product / view.phtml页面中? - Why my add a review/be the first one to review is not showing in product/view.phtml page in magento?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM