Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $collection = Mage::getModel('catalog/product')->getCollection();
  2. $collection->addAttributeToSelect('*')
  3. ->addFieldToFilter('configurator_product_category', array('notnull' => true))
  4. ->addFieldToFilter('conf_diepte', array('in', $SelectedOptionId));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement