我試圖在我的產品頁面上啓用默認評分審查表單。我面臨的問題是「成爲第一個審查產品」的問題正在出現,但該鏈接無法正常工作。 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如何在產品頁面中啓用默認「產品評分審查」表單,在Megento 1.9中
需要的改變,我並
在管理面板,使產品rating.And「目錄 - >評級和審查 - >管理評價」在那裏,我給了排序順序,以「價值,普利卡和quakity「。
IN BACKEND
<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>
誰能請幫助解決這個問題。謝謝!
您是否檢查過您的網站索引?這通常是我第一次去,如果鏈接不按預期工作 – PhilS
是的,我檢查了問題不是從那裏。 –