ATG 11 OOTB uses thumbnails for the skus, and products, this is done with a view Mapping into ViewMappingRepository.
Is just matter of know which property you want to use as thumbnail and set it, on our project we decided to do similar as follows:
These 2 attribute are AmAvPrdtPrImagePropName and AmAvSkuPrImagePropName for product and sku respectively
Product will use the thumbnail of the first childSku
The Sku will use the it's own thumbnail Image.
OOTB is kind of different for product, it uses it's own thumbnailImage
This can be found at DCS-UI/install/data/viewmapping.xml
All these xml needs to be executed at /atg/web/viewmapping/ViewMappingRepository which is a Repository that CA/BCC instance have.
Is just matter of know which property you want to use as thumbnail and set it, on our project we decided to do similar as follows:
These 2 attribute are AmAvPrdtPrImagePropName and AmAvSkuPrImagePropName for product and sku respectively
Product will use the thumbnail of the first childSku
The Sku will use the it's own thumbnail Image.
OOTB is kind of different for product, it uses it's own thumbnailImage
This can be found at DCS-UI/install/data/viewmapping.xml
All these xml needs to be executed at /atg/web/viewmapping/ViewMappingRepository which is a Repository that CA/BCC instance have.
Comments