Using addAttributeToFilter() with a multi-select attribute:
$this->_productCollection->addAttributeToFilter("stv_school", array("finset" => $allowedSchool);
OR
$allowedSchools = array(
array(
"finset" => array(348)
),
array(
"finset" => array(350)
),
);$this->_productCollection->addAttributeToFilter("stv_school", $allowedSchools);
Reference URLs:
change the text color 0000bb, he is not readable
ReplyDeleteNice tutorial :D
ReplyDelete