我能够获得所有产品的所有可用过滤器,
但我只想为某个类别选择过滤器。(颜色,价格......)
我尝试了以下方式,但它给出了空白回复,
$layer = Mage::getModel("catalog/layer");
$category = Mage::getModel("catalog/category")->load(23);
$layer->setCurrentCategory($category);
$attributes = $layer->getFilterableAttributes();