Link 第一次评论未显示

Link for first review not showing

我正在使用 Magento 1.9.2 开发网站。产品页面上价格的正下方是 link 显示的评论和该特定产品的评论表单(f.i。5 条评论/添加您的评论)如果没有任何可用的评论都应该显示 link 'Be the first to review this product'。不幸的是,这个 link 没有显示。 link 确实显示在选项卡中。

当还没有任何评论时,如何让 'Be the first to review this product' link 显示在价格下方?

将主题中 catalog/product/view.phtml 中的 getReviewsSummaryHtml 函数最后一个参数更改为 true

代码如下:

 <?php echo $this->getReviewsSummaryHtml($_product, 'default', true)?>