Get all product images, including excluded images

前端 未结 3 924
灰色年华
灰色年华 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:44

    $product = $this->getProduct();
    $galleryData = $product->getData('media_gallery');
    

    Something like above code will get all Media images for a product.

提交回复
热议问题