deech123 Posted June 2, 2010 Share Posted June 2, 2010 Hi guys,where can I find in the code the select for the feature products?I can not find them in the module/homefeatured.I just want to change the order sequence to RAND().I know there are modules made but not ready for the V1.3.so thanks for any clue to find the correct select statement where I can change the order by . Link to comment Share on other sites More sharing options...
SpyrosT Posted June 3, 2010 Share Posted June 3, 2010 I use the 1.3.0.1 which was the first beta.The "Featured Products on the homepage v0.93" by Nomman works fine Link to comment Share on other sites More sharing options...
rocky Posted June 3, 2010 Share Posted June 3, 2010 You can also change line 69 of modules/homefeatured/homefeatured.php from: $products = $category->getProducts(intval($params['cookie']->id_lang), 1, ($nb ? $nb : 10)); to: $products = $category->getProducts(intval($params['cookie']->id_lang), 1, ($nb ? $nb : 10), 'position', 'ASC', false, true, true, ($nb ? $nb : 10)); Link to comment Share on other sites More sharing options...
deech123 Posted June 3, 2010 Author Share Posted June 3, 2010 Rocky,that you very much.this works like a charm.and since I prefer to change the code, .....thanks.now my last problem, the required tva field in making an account (required in Europe if you do business with companies).look herehttp://www.prestashop.com/forums/viewthread/57226/configuring___using_prestashop/belgian_tva_number_on_new_accountthanks for your help...much appriciated 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