Advertisement
Guest User

Untitled

a guest
May 4th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. // First make a copy, otherwise the rest of the page might be affected!
  2. $_productCollection = clone $this->getLoadedProductCollection();
  3. // Unset the current products and filter before loading the next.
  4. $_productCollection->clear()
  5. ->addAttributeToFilter('type_id', 'configurable')
  6. ->load();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement