How to get a product’s image in Magento? June 12, 2023 by Tarik echo $_product->getImageUrl(); This method of the Product class should do the trick for you.