Guest Posted August 8, 2008 Share Posted August 8, 2008 Dear Friends,At the front page of my website, the products are not in an organised way, but a disorder way. Anyone has an idea?Thanks a million.Rachal Link to comment Share on other sites More sharing options...
Guest Posted August 8, 2008 Share Posted August 8, 2008 The problem shows again! Here are the screenshot.Anyone has an idea? Link to comment Share on other sites More sharing options...
Malakomaha Posted August 17, 2008 Share Posted August 17, 2008 I'll say in other words: products in Home Featured displays in the order which this products was created. And sort ordering (BO -> Catalog -> bottom of the page, under column "Position") do not work :-S . Seems like a mistake in Home Featured module or I can't understand something..? Link to comment Share on other sites More sharing options...
Guest Posted August 17, 2008 Share Posted August 17, 2008 Stroller,It seems that we are the only ones who have those problem. Weird.But anyway i reinstall the website and now the problem seems gone... So maybe you can have a try?kathy Link to comment Share on other sites More sharing options...
jtyana Posted August 18, 2008 Share Posted August 18, 2008 I'll say in other words: products in Home Featured displays in the order which this products was created. And sort ordering (BO -> Catalog -> bottom of the page, under column "Position") do not work :-S . Seems like a mistake in Home Featured module or I can't understand something..? I have the same problem. I'm just ignoring it for now while I attend to other problemsIf it is sorting by the order in which it was created then it sounds like it is sorting by the ID so we must be able to change the php file to sort it by something else like product name Link to comment Share on other sites More sharing options...
Malakomaha Posted August 19, 2008 Share Posted August 19, 2008 But anyway i reinstall the website and now the problem seems gone... So maybe you can have a try?kathy No more . I performed it 3 times because of different mistakes (with filled products' descriptions, imgs...). Let it work. Link to comment Share on other sites More sharing options...
Malakomaha Posted August 21, 2008 Share Posted August 21, 2008 So, nobody knows how to set up featured products on Home page in NORMAL order (move them up or down)? Link to comment Share on other sites More sharing options...
Malakomaha Posted August 24, 2008 Share Posted August 24, 2008 That the important for us.Please, how can we move featured products on Home page up or down (change their positions) ? Link to comment Share on other sites More sharing options...
Hungnh Posted September 22, 2008 Share Posted September 22, 2008 I'll say in other words: products in Home Featured displays in the order which this products was created. And sort ordering (BO -> Catalog -> bottom of the page, under column "Position") do not work :-S . Seems like a mistake in Home Featured module or I can't understand something..? Stroller, In fact, it doesn't mistake in Home Featured module as you thinked. By default, it was odered by date add new product.You can view detail in file homefeatured.php at line 68: $products = $category->getProducts(intval($params['cookie']->id_lang), 1, ($nb ? $nb : 10), 'date_add', 'DESC'); If you want order by with position, you must change 'date_add' value by 'position' value. In addition, you can order by with different params as name, id_product, price, manufacturer, etc...I have been tested, it's OK. Link to comment Share on other sites More sharing options...
Malakomaha Posted September 25, 2008 Share Posted September 25, 2008 Hungnh,THANK YOU VERY MUCH!!! Link to comment Share on other sites More sharing options...
Recommended Posts