diff --git a/modules/emarsys_rss/flux.php b/modules/emarsys_rss/flux.php index 0b8e632e..35670dfe 100755 --- a/modules/emarsys_rss/flux.php +++ b/modules/emarsys_rss/flux.php @@ -30,6 +30,9 @@ class Catalog public function setContent($version = 'fr') { + // Flush to load the good sales + CacheRedis::getInstance()->clear('sale*'); + $test_for_tomorrow = (int)Tools::getValue('tomorrow',0); $sales_today = array();