我目前的法典给我提供了我的属性:
$attribute = Mage::getModel( eav/config )->getAttribute( catalog_product , 158 );
foreach ( $attribute->getSource()->getAllOptions(false) as $option){
//$attributeArray[$option[ value ]] = $option[ label ];
echo"<li><a href="".Mage::getURL()."catalogsearch/advanced/result/?nf_featires[]=".$option[ label ]."">".$option[ label ]."</li>";
}
我正试图将它们联系起来,但我需要这个选择,才能获得搜索页的回报。 我如何拉回这个选项?