Magento: Insert product image


/ Published in: PHP
Save to your folder(s)

Where $_item is a product variable, and $this is a Block


Copy this code and paste it in your HTML
  1. $this->helper('catalog/image')->init($_item, 'thumbnail')->resize(176)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.