prestashop: ps_viewedproducts remove cache
i’m using the ps_viewedproducts module as a “recommended products” module, so I want to remove the “viewed” limitation. go to ps_viewedproduct.php and edit comment the following. // if (!isset($this->context->cookie->viewed) || empty($this->context->cookie->viewed)) { // return; // } this […]