Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $collection = $productCollection->addAttributeToSelect('*')
  2. ->addAttributeToFilter('status', 1)
  3. ->addAttributeToFilter('retail_price' , array('from' => 501, 'to' => 700));
  4. $collection->load();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement