mozack Posted August 18, 2009 Share Posted August 18, 2009 Hi,My version of Prestashop is 1.2.1 updated from 1.2 Final and before that, updated from 1.1 Final I've one problem to see the products i have in Catalog. When i change the order (Name asc or des) or ID, or price, that returns to de main category (Home), but, if in the main category i change the order of categories by Name or ID, it works fine, just in products, inside category it dont work. Can somebody help me? What file may i change? Thx Link to comment Share on other sites More sharing options...
matthewmorek Posted September 4, 2009 Share Posted September 4, 2009 Hi, you're missing this piece of code: $currentIndex .= "&id_category=".$id_category."&token=".$this->token; from function display() in the file AdminCatalog.php in admin/tabs after this: if (!$id_category) $id_category = 1; This should work for sure! Link to comment Share on other sites More sharing options...
mozack Posted September 5, 2009 Author Share Posted September 5, 2009 Hi,It works manThanks, thanks thanks Link to comment Share on other sites More sharing options...
Recommended Posts