Skip to content

Instantly share code, notes, and snippets.

@alihalabyah
Created February 19, 2017 13:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alihalabyah/8a7ac8054ad706094cd7d0e0bed25c18 to your computer and use it in GitHub Desktop.
Save alihalabyah/8a7ac8054ad706094cd7d0e0bed25c18 to your computer and use it in GitHub Desktop.
Magento2 Get Product Image URL
$store = $objectManager->get('Magento\Store\Model\StoreManagerInterface')->getStore();
$imageUrl = $store->getBaseUrl(\Magento\Framework\UrlInterface::URL_TYPE_MEDIA) . 'catalog/product' . $product->getImage();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment