我一直在使用getMediaGalleryImages,但我刚才意识到这不会返回被排除的图像。还有其他类似的方法吗?
答案 0 :(得分:3)
$product = $this->getProduct();
$galleryData = $product->getData('media_gallery');
上述代码之类的内容将获取产品的所有媒体图片。
答案 1 :(得分:3)
有点晚,但其他人可能想尝试
$product->getMediaGallery('images')
用于获取数组中的所有图像,包括标记为“exclude”的图像。
答案 2 :(得分:0)
如果您使用自定义收藏,请尝试添加:
->addAttributeToSelect('*')