When setting the option "Generate high resolution images" and generating some image type with "Erase previous images" set to NO, the high resolution images are not generated.
Prestashop should generate missing images without a need to delete all of them.
Steps to reproduce the behavior:
The error is in the AdminImagesController, when generating images it only checks if the low res images exist, if they exist it does not do any regenerating even if the high res images are not there.
Thanks for opening this issue! We will help you to keep its state consistent
Hi and thanks for your report.
You're right, there is a missing check :)
If you know exactly what to do, feel free to open a pull request :+1:
Kind regards
was fixed here I belive https://github.com/PrestaShop/PrestaShop/pull/16097
But it was only about a year ago so it maybe have not found itself into the release versions yet :)
@khouloudbelguith Could you check if this issue is fixed on 1.7.7.x ?
Hi @marionf,
I did not manage to reproduce the issue with 1.7.7.x branch.
I attached a screen record
https://drive.google.com/file/d/1NJkMRRwtMlUeqoX0u8C-VVtJPKlJLqAz/view?usp=sharing
I close the issue since it is fixed.
Thanks!
Great to hear, thank you @khouloudbelguith