【发布时间】:2013-07-13 15:32:34
【问题描述】:
您好,请查看此链接http://majorcomfort.com/index.php/benches.html 在这有一个
在侧边栏中按类别购物
,我需要在页面中心显示这个,谁能帮助我,我该怎么做呢
我试过了
<block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
<block type="catalog/layer_view" name="filter" template="catalog/layer/view.phtml"/>
在目录.xml 中
在list.html中
我用过<?php echo $this->getChildHtml('filter');?>
但它什么也没显示
【问题讨论】:
标签: php magento zend-framework block move