Magento额外添加评论按钮

时间:2011-12-08 14:14:25

标签: magento

我正在使用Magento,我想要的是以下内容:

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

上添加以下链接

<a href="<?php echo $this->getReviewsUrl() ?>#review-form"><span><?php echo $this->__('Write review') ?>

该链接显示在产品评论的底部,以便顺利,但是当我点击按钮时没有发生任何事情。

有人知道如何解决它?

提前致谢!

1 个答案:

答案 0 :(得分:1)

试试这个:

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