$attribute = $product->getResource()->getAttribute('media_gallery');
$backend = $attribute->getBackend();
$backend->afterLoad($product);
$mediaGalleryImages = $product->getMediaGalleryImages();
if($mediaGalleryImages) {
foreach ($mediaGalleryImages as $mediaGalleryImage) {
// do something with image
}
}
Created
May 3, 2017 18:59
-
-
Save evgv/ffee0ed3cae2507572d5fa6ceb35af5a to your computer and use it in GitHub Desktop.
Magento. Load media images of a product
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment