How to get a product’s image in Magento?

echo $_product->getImageUrl();

This method of the Product class should do the trick for you.

Leave a Comment