This question has been flagged
1301 Views

Is there an faster and easier way to check if a product does not have any image than this?


if not product.image_1920 and not product.image_1024 and not product.image_512 and not product.image_256 and not product.image_128

Avatar
Discard

The main image field used is image_1920 and the others for preview and can't be set.