Magento News
Fetching Magento thumbnail
We have a quote page with the following code for fetching item information but we can’t get the product image to show.
<tr>
<td rowspan="<?php echo $mergedCells; ?>" class="cart-image"><img src="<?php echo $item->getProductThumbnail(); ?>" width="75" height="75"/></td>
<td><?php echo $item->getName(); ?> <?php echo $item->getProductOptions(); ?><br />
<?php echo $this->__('SKU:') ?> <?php echo $item->getSku(); ?></td>
<td class="ItemQty"><?php echo $this->getItemQty($item); ?></td>
</tr>
Have tried a couple of different solutions but still getting the same result, would be great if anyone has a solution or an idea we can try.
Possibly Related Posts:
- Database query different results
- Menu highlight in magento under admin
- magento disable a banner on certain category pages or have a banner with multiple links
- Magento, using ACL for frontend. Possible?
- Magento IE-7 Fix In Windows XP
RSS Feed