1

我能够获得所有产品的所有可用过滤器,

但我只想为一个类别选择过滤器。(颜色,价格..)

我尝试了以下方式,但它给出了空白响应,

$layer = Mage::getModel("catalog/layer");
        $category = Mage::getModel("catalog/category")->load(23);
        $layer->setCurrentCategory($category);

        $attributes = $layer->getFilterableAttributes();
4

0 回答 0