Web-ITC Posted June 1, 2018 Share Posted June 1, 2018 Ik ben nieuw in prestashop. Ik heb in de forum gezien dat ik deze code moet invoegen als ik willekeurige producten wil zien in featured products. $products = $category->getProducts(intval($params['cookie']->id_lang), 1, 100); if ($products) { shuffle($products); array_splice($products, ($nb ? $nb : 10)); } Dit zou ik moeten toevoegen in homefeaturedproducts.php. Maar waar vind ik dit php filetje? Link to comment Share on other sites More sharing options...
Adeko.nl Posted June 1, 2018 Share Posted June 1, 2018 Dit kun je vinden in de map /modules/homefeatured/. Ik ga ervan uit dat je dan het php bestand homefeatured.php bedoeld. Wel is aangeraden hier een override voor te maken. Meer hierover kun je in de documentatie lezen: http://doc.prestashop.com/display/PS16/Overriding+default+behaviors Succes 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