Page 1 of 1

Front-end: Change product image on different selection.

Posted: 28 May 2018, 13:25
by mohal_04
Laravel version: 5.5.40
Aimeos version: 2018.04
PHP version: 7

Hi,

I have added few products that are of type Selection. Can anyone help me? How I can change image on the front-end with the option that is selected?

Eagerly waiting for reply.

Thanks!

--
Umer

Re: Front-end: Change product image on different selection.

Posted: 30 May 2018, 07:23
by aimeos
You have to add the article specific images to the variant products. The admin interface associates the variant attributes to them and the frontend will change the images depending on the selected variant attribute. Currently, this work with one variant attribute.

Re: Front-end: Change product image on different selection.

Posted: 11 Jun 2018, 08:19
by mohal_04
aimeos wrote:You have to add the article specific images to the variant products. The admin interface associates the variant attributes to them and the frontend will change the images depending on the selected variant attribute. Currently, this work with one variant attribute.
Hi,

Thanks for the help! I was able to do it easily.

Best regards!