获取magento后端返回空的可过滤属性

时间:2015-01-07 15:20:37

标签: magento attributes

我正在尝试在系统配置值附近的后端访问get filterable属性。这是我的代码。

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

print_r($layer->getFilterableAttributes()); 
exit;

返回空数组。

当我在magento目录外的文件中添加相同的代码时,我得到了值。

请帮帮我

0 个答案:

没有答案