Guest User

Untitled

a guest
Jan 21st, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <p align="center"><img src="<?php echo Mage::helper('catalog/image')->init($product, 'thumbnail')->resize(125); ?>" width="125" height="125" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" /></p>
  2.  
  3. > <img src="<?php echo
  4. > Mage::getModel('catalog/product')->loadByAttribute('sku',$_item->getSku())->getSmallImageUrl();
  5. > ?>" width="125" height="125" alt="<?php echo
  6. > $this->htmlEscape($_item->getName()) ?>" /></p>
Add Comment
Please, Sign In to add comment