Guest User

Untitled

a guest
Jul 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php
  2. $_productCollection=$this->getLoadedProductCollection();
  3. $_helper = $this->helper('catalog/output');
  4.  
  5. $_productCollection->clear()
  6. ->getSelect()
  7. ->joinLeft(array('cpei'=>'catalog_product_entity_int'), 'e.entity_id = cpei.entity_id AND cpei.attribute_id = 197 AND cpei.store_id = 0', 'cpei.value as product_on_top' )
  8. ->order( array( 'product_on_top DESC' ) );
Add Comment
Please, Sign In to add comment