Magento额外添加审阅按钮

Magento额外添加审阅按钮,magento,Magento,我正在使用Magento,我想要的是: 在产品页面上的产品评论下,我想添加一个额外的“添加评论”按钮。我所做的是在template\review\product\view\list.html上添加以下链接 试试这个: <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?> 试试这个: <?php echo $this->getReviewsSummaryHtml($_product, 'sho

我正在使用Magento,我想要的是:

在产品页面上的产品评论下,我想添加一个额外的“添加评论”按钮。我所做的是在template\review\product\view\list.html上添加以下链接

试试这个:

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

试试这个:

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