Product Detail Image From Category Image

Hi,

for some products I want to upload one image in the category which they belong to and all these products display the category image as product image in product detail page.

Is this possible to do with cs cart core functionality?

If not, is there any addon to do that?

I have the latest cs cart version 4.8.1

Thanks!

Unfortunately, you cannot do it out of the box. But it is possible to make it with the custom addon. It is required to use hooks in the fn_gather_additional_products_data function (app/functions/fn.catalog.php)

Unfortunately, you cannot do it out of the box. But it is possible to make it with the custom addon. It is required to use hooks in the fn_gather_additional_products_data function (app/functions/fn.catalog.php)

Hi,

thanks for your reply. I'll try something more friendly to me. I'll use the same detailed image url in csv import.

Thanks!

Hi,

thanks for your reply. I'll try something more friendly to me. I'll use the same detailed image url in csv import.

Thanks!

Yes, it should work. But please note, that image will be cloned multiple times in this case