Assign currency rate to all templates, otherwise when rate changes, prices with old rates may be displayed if the page is in the cache.
see:
https://github.com/PrestaShop/PrestaShop/blob/cfe92813cc51397f21b0fb4a2108bd410c54a3b0/classes/controller/FrontController.php#L491
https://github.com/PrestaShop/PrestaShop/blob/cfe92813cc51397f21b0fb4a2108bd410c54a3b0/classes/controller/FrontController.php#L1563
It seems that also tax rates and other variables need to be added to prevent caching of not-up-too-date data.
Edit by Khouloud
Prerequisites:
Steps to reproduce:
Hi @mvorisek,
Thanks for your report.
Could you please add steps to reproduce the issue in a new comment.
Thanks!
Prerequisites:
Steps to reproduce:
@mvorisek, thanks for these clarifications.
I manage to reproduce the issue with PS1.7.5.2 & PS1.7.6.3
https://drive.google.com/file/d/1rEwZeH2BoALxfOVl_7caHjlKGzMA7uJi/view
This issue is reproduced only when Cache is enabled

I鈥檒l add this to the debug roadmap so that it鈥檚 fixed. If you have already fixed it on your end or if you think you can do it, please do send us a pull request!
Thanks!
@khouloudbelguith Can this be prioritized? Displaying bad prices is major issues.