【发布时间】:2017-09-06 11:26:24
【问题描述】:
我正在尝试在我的产品页面上启用默认评分评论表单。我面临的问题是出现“成为第一个评论产品的人”,但链接不起作用。 This is my product page 当我第一次点击链接时,链接会重定向到另一个页面(URL:localhost/Magento/review/product/list/id/28/#review-form)之类的。 this is my second page and again when I clicked on the link nothing happens
我所做的必要更改
在管理面板中,启用产品评级。然后“目录->评级和评论->管理评级”我将排序顺序设置为“价值、价格和质量”。
在后台
<div class="product-collateral toggle-content tabs">
<?php if ($detailedInfoGroup = $this->getChildGroup('detailed_info', 'getChildHtml')):?>
<dl id="collateral-tabs" class="collateral-tabs">
<?php foreach ($detailedInfoGroup as $alias => $html):?>
<dt class="tab"><span class="nav nav-tab "><?php echo $this->escapeHtml($this->getChildData($alias, 'title')) ?></span></dt>
<dd class="tab-container">
<div class="tab-content"><?php echo $html ?></div>
</dd>
<?php endforeach;?>
</dl>
<?php endif; ?>
</div>
谁能帮忙解决这个问题。谢谢!
【问题讨论】:
-
您检查过您的网站索引吗?如果链接没有按预期工作,那通常是我首先去的地方
-
是的,我检查了问题不是来自那里。
标签: php jquery magento magento-1.9