robilix Posted February 23, 2012 Share Posted February 23, 2012 Hello, I'm using "Featured Products on the homepage v0.9 by PrestaShop" to show products on Home Page. It is possible to add X products there (random) from ALL my products in database, and not only the ones are attached to Home? thanks for any help, Robert Link to comment Share on other sites More sharing options...
beabea_swit Posted August 9, 2012 Share Posted August 9, 2012 Hi, have you found the solution? I alse want to add products from other categories as well. thanx Bea Link to comment Share on other sites More sharing options...
wzshop Posted August 23, 2012 Share Posted August 23, 2012 Would like to know this as well.. Anyone? Link to comment Share on other sites More sharing options...
wzshop Posted August 23, 2012 Share Posted August 23, 2012 (edited) This helps to change the category. Find the below code in homefeatured.php: $category = new Category(1, Configuration::get('PS_LANG_DEFAULT')); change it for example to $category = new Category(2, Configuration::get('PS_LANG_DEFAULT')); where the category id (can be found in your backend) is 2. Cheers Edited August 23, 2012 by wzshop (see edit history) 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