Page 1 of 1

Image placeholder

Posted: 23 Nov 2022, 14:00
by fehera
"php": "^8.0.10"
"aimeos/aimeos-laravel": "^2022.10"

Hi!
We are importing thousands of products with images from csv (works like a charm), but a few hundreds of the products does not have images. Is there a simple way to put a placeholder image on the client site, where the product image does not exist? How should we do that?

Re: Image placeholder

Posted: 24 Nov 2022, 16:01
by aimeos
You can either add a path/URL to a placeholder image in your CSV file or you can add the default image as background via CSS which is hidden if there's an image available.

Re: Image placeholder

Posted: 28 Nov 2022, 07:11
by fehera
Thank you!