Milton Luiz Sinhorini Posted May 20, 2014 Share Posted May 20, 2014 Olá Uso a versão 1.6 e no modulo homefeatured alterei o código do homefeatured.php, para os produtos trocarem toda vez que se entra no site. Funcionou muito bem 2 dias, mas voltou a ficar com os produtos estático ou seja o produto não muda mais e ninguém alterou os arquivos no servidor. Publiquei novamente o arquivo editado e voltou a funcionar, mas acredito que volte a ficar estático novamente. Alguém pode informar o motivo? Esta foi a alteração que fiz: public function hookDisplayHome($params){$category = new Category(Context::getContext()->shop->getCategory(), (int)Context::getContext()->language->id);$nb = (int)(Configuration::get('HOME_FEATURED_NBR'));/*$products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 10));*/$products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 10), 'date_add', 'DESC', false, true, true, $nb);shuffle($products);$this->smarty->assign(array('products' => $products,'add_prod_display' => Configuration::get('PS_ATTRIBUTE_CATEGORY_DISPLAY'),'homeSize' => Image::getSize('home_default'),));return $this->display(__FILE__, 'homefeatured.tpl');} Link to comment Share on other sites More sharing options...
Milton Luiz Sinhorini Posted May 22, 2014 Author Share Posted May 22, 2014 Ninguém sabe? Link to comment Share on other sites More sharing options...
rcamu Posted May 22, 2014 Share Posted May 22, 2014 Vc mandou atualizar o modulo ou reiniciou ele? se vc fizer uma dessas coisas vc tem que alterar novamente o arquivo. fiz alteração e funciona sem problemas... Link to comment Share on other sites More sharing options...
Recommended Posts