【发布时间】:2011-06-10 06:48:04
【问题描述】:
我正在使用 magento 1.5.0.1。在我的主页上,我想显示类别,我创建了 3 个类别,并在管理员中为“是”提供了活动选项。我想在我的主页中显示这些类别的链接。在主页我有这些代码
<reference name="content">
<block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" after="product_list"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>
</reference>
如何更改此项以查看类别。我是 magento 的新手。请帮我解决这个问题......
在添加类别时,我已将“包含在导航菜单中”设为“是”。
【问题讨论】:
标签: magento categories