Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $productCollection = $this
  2. ->productModel
  3. ->getProductCollection()
  4. ->addAttributeToSelect('*');
  5.  
  6. $productCollection->getSelect()->orderRand();
  7.  
  8. $productCollection->setPagesize(10);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement