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
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
4
бер. 22
|
20163 | |||
|
2
груд. 21
|
3436 | |||
|
How to use urls as product images?
Вирішено
|
2
груд. 19
|
26005 | ||
|
1
квіт. 26
|
927 | |||
|
How to import product images ?
Вирішено
|
3
лист. 24
|
17510 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
The main image field used is image_1920 and the others for preview and can't be set.