Thursday 12 February 2009 7:40:33 am
Hi everyone, I made this code for fetching product, but AttributeFilter doesn't take on consideration the condition :
$normeParamsSearch = array (
'ClassFilterType' => 'include',
'ClassFilterArray' => array ('product'),
'AttributeFilter' => array( array('referencenorme','=', 'NM2344' ) ),
'Limit' => 1,
'Depth' => 1
);
//echo $boutiqueNodeId; $normesList =
eZContentObjectTreeNode::subTreeByNodeID($normeParamsSearch, $boutiqueNodeId);
thank u very well
|