Get all product images, including excluded images

前端 未结 3 935
灰色年华
灰色年华 2021-02-11 04:19

I\'ve been using getMediaGalleryImages, but I just realized that doesn\'t return excluded images. Is there another similar method that does?

3条回答
  •  佛祖请我去吃肉
    2021-02-11 04:37

    A bit late, but others may want to try

    $product->getMediaGallery('images')
    

    for getting all images in an array, including the ones marked with 'exclude'.

提交回复
热议问题