Display product image in order details page



<img src="<?php $_product=Mage::getModel('catalog/product')->load($_item->getProductId());echo  $this->helper('catalog/image')->init($_product, 'small_image')->resize(75); ?>" width="75" height="75" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" />

Leave a comment