Advertisement
andhiirawan

My Product Reviews with Product Images

Jun 30th, 2015 (edited)
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. app\design\frontend\pli\default\template\review\customer\list.phtml
  2.  
  3. <?php foreach ($this->getCollection() as $_review): $_product = Mage::getModel('catalog/product')->load($_review->getEntityPkValue());?>
  4.  
  5. <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'image'), null, true) ?>" class="product-image">
  6. <img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(160,227); ?>" width="160" height="227" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'image'), null, true) ?>" />
  7. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement