adobe / aem-core-cif-components

A set of configurations and components to get you started with AEM Commerce development
Apache License 2.0
102 stars 80 forks source link

Additional image to components product cards #468

Open realgpp opened 3 years ago

realgpp commented 3 years ago

User Story

As per UX/UI request of the client, we need to add to every product card (inside Product List, Product Teaser, Product Carousel, Related Products, Search Results) an additional image to show only on mouse over event. Assuming the image is coming from backend as the others, which would be the best approach?

mhaack commented 3 years ago

CIF already allows to tag/reference any DAM asset with a commerce product or category. This is currently a feature for AEM as a Cloud Services customers only but will be available soon for AEM 6.5 customers as well. With that authors can associate extra images to products. The display part in your component, especially only on mouse over event would be a custom extension.