【发布时间】:2013-01-30 05:49:14
【问题描述】:
我在顶部导航中有下拉菜单,显示过滤器列表。
问题在于,一旦添加过滤器(通过分层导航),它也会从下拉列表中删除。
$category = Mage::getModel("catalog/category")->load($_category->getId());
$layer->setCurrentCategory($category);
$attributes = $layer->getFilterableAttributes();
无论其他过滤器处于活动状态,我如何才能获得可过滤属性。
【问题讨论】:
标签: magento magento-1.6