magestore
Total Posts: 961
Joined: 2009-08-07
Viet Nam
Hi iceman1983,
In your code, you need to change
$this -> helper ( ’catalog / image’ )-> init ( $_item , ‘image’ )
to
$this -> helper ( 'catalog/image' )-> init ( Mage :: getModel ( 'catalog/product' )-> load ( $_item -> getId ()), 'small_image' )-> resize ( 100 , 100 );
Because in this case, $_item is not really an catalog/product object, so you need to use Mage::getModel(’catalog/product’)->load() to get the object type exactly
Wish you success,
Magestore.
Signature
Mega Menu brings flexible configuration to store’s navigation Menu
Magento Extensions and Templates: Affiliate, Store pickup, Gift-wrap, Gift voucher, 1stepcheckout, Auction…
Magento Affiliate - Full-functioned Magento extension to run Affiliate program at $99