【问题标题】:Magento - Category anchor not showing on home pageMagento - 类别锚未显示在主页上
【发布时间】:2012-07-24 18:54:25
【问题描述】:

我已使用此代码向主页添加了一个类别。

{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" category_id="4" template="catalog/product/list.phtml"}}

该类别在主页上显示其产品 OK,但我无法在左侧显示类别锚。在 Magento 类别配置中,Is Anchor 设置为Yes。我正在使用 Magento 1.3.2.4

有谁知道如何让类别锚出现在主页上?

【问题讨论】:

    标签: magento anchor categories


    【解决方案1】:

    尝试将其添加到您的主页设计 > 布局更新 XML

    <reference name="left"> 
        <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/> 
    </reference>
    

    【讨论】:

    • 谢谢;但这并没有奏效。锚是空白的。
    • 我们现在不打算使用该页面,所以这不再是问题了。谢谢
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多