Advertisement
Guest User

Untitled

a guest
May 31st, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. public function getResizedProductImage($block, $product, $image, $width, $height)
  2. {
  3. $imageHelper = $block->helper('catalog/image');
  4. $imageFile = $image->getPath();
  5. $imageHelper->init($product, 'small_image', $imageFile);
  6. $imageHelper = $imageHelper->resize($width, $height);
  7. return $imageHelper;
  8. }
  9.  
  10. $imageHelper->init($product,'small_mage');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement