Image placeholder

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
fehera
Posts: 2
Joined: 23 Nov 2022, 13:40

Image placeholder

Post by fehera » 23 Nov 2022, 14:00

"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?

User avatar
aimeos
Administrator
Posts: 7889
Joined: 01 Jan 1970, 00:00

Re: Image placeholder

Post by aimeos » 24 Nov 2022, 16:01

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

fehera
Posts: 2
Joined: 23 Nov 2022, 13:40

Re: Image placeholder

Post by fehera » 28 Nov 2022, 07:11

Thank you!

Post Reply