Advertisement
Guest User

first

a guest
Jul 2nd, 2014
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. $collection->addAttributeToFilter('category_id', array("in"=>array('26')));
  2. $collection->addAttributeToFilter('category_id', array("in"=>array('63')));
  3.  
  4. foreach($collection as $_product){
  5.     echo $_product->getName()."<br/>";
  6. };
  7.  
  8. // Fatal error: Call to a member function addAttributeToFilter() on a non-object
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement