tromas Posted March 1, 2015 Share Posted March 1, 2015 Dobrý den, prosím o radu. Po aktualizaci na 1.6. se přestaly zobrazovat "doporučené produkty". Už jsem zkusil skoro vše, ale bez výsledku :-(. http://www.milujemepotapeni.cz/ Děkuji za každou radu Link to comment Share on other sites More sharing options...
luckybastard Posted March 1, 2015 Share Posted March 1, 2015 mě se to z ničeho nic též nějak vyplo a produkty se mi též nezobrazují, kromě toho že se mi tam zničeho nic objevil odkaz na cialis generic. Link to comment Share on other sites More sharing options...
tromas Posted March 2, 2015 Author Share Posted March 2, 2015 Tak už vyřešeno. V souboru modules/homefeatured/homefeatured.php jsem nahradil funkci public function hookDisplayHome($params) za tento kód: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)); 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...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now