cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to get the zoom image in the ProductData.images[]

former_member611299
Participant
0 Kudos

I have the images associated with the product in the multimedia tab. ( product, thumbnail and details). I am using hybris 4.8.7 version.

I can see the the product and thumbnail images in the productData.images[] array in ( ProductPageController. but there is no zoom coming.

 images: [
 {
 galleryIndex: null,
 imageType: "PRIMARY",
 format: "product",
 altText: "Look Statement Eyes Single Eye Shadow Cami",
 url: "/medias/sys_master/front/prd/8797600710686.jpg"
 },
 {
 galleryIndex: null,
 imageType: "PRIMARY",
 format: "thumbnail",
 altText: "Look Statement Eyes Single Eye Shadow Cami",
 url: "/medias/sys_master/front/prdthumb/8797600776222.jpg"
 }
 ],![alt text][1]


I can see the zoom image attached in the hmc for the product. Any idea how can I access the url for the zoom image with in the code in ProductPageController.

[1]: /storage/temp/735-screen+shot+2014-08-01+at+11.26.48.png

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Also check the custom/ OOTB media format being used to map zoom images.If you have zoom image in media container for that product.

raghavendra_desu
Contributor
0 Kudos

Please check weather the images are getting populated in the ProductGalleryImagesPopulator java class or not.

In this java class there is a variable called imageFormats, which will define the image formats to convert. Please ensure this variable having zoom value in it. If its not there, please add the value to it by using bean with id "acceleratorProductGalleryImagesPopulator" in myextensionfacades-spring.xml.