Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- app\design\frontend\pli\default\template\review\customer\list.phtml
- <?php foreach ($this->getCollection() as $_review): $_product = Mage::getModel('catalog/product')->load($_review->getEntityPkValue());?>
- <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'image'), null, true) ?>" class="product-image">
- <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) ?>" />
- </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement