Magento购物选项阻止主页上的URL只刷新主页

时间:2013-03-06 21:56:10

标签: xml magento

我正在尝试在我的主页左栏中找到“购物选项”块。当我将代码放在我的主页设计部分时,它会完美显示,但是当我点击任何内容(制造商,价格,类别)时,它只会刷新主页。它没有把我带到正确的页面。

点击某个类别时显示的网址是:example.com/?cat="CAT_ID“

我在catalog.xml中使用相同的代码,似乎在那里工作正常。 单击以优化类别时的URL为:example.com/category.html?cat="CAT_ID“

以下是我在主页CMS和catalog.xml中使用的代码

<!-- SHOP OPTIONS LEFT -->
  <reference name="left">
<block type="catalog/navigation" name="catalog.cat.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
<block type="catalog/layer_view" name="catalog.leftnav" after="catalog.cat.leftnav" template="catalog/layer/view.phtml"/>
<action method="unsetChild"><alias>right.reports.product.viewed</alias></action>
<action method="unsetChild"><alias>right.reports.product.compared</alias></action>
</reference>
<!-- END SHOP OPTIONS -->

有关为什么何时代码在主页上只是刷新的任何想法?

以下是左栏中“购物选项”的示例: enter image description here

0 个答案:

没有答案