aktivsport Posted June 30, 2013 Share Posted June 30, 2013 (edited) Hello, please, it is possible to add new column MANUFACTURER in admin page where is listed products in e-shop? Sometimes i forgot to add manufacturer to product and it ruins my precise selection of products, so with this column i can easily check if product has added to manufacturer (btw. sorry for my english) Thanks Edited June 30, 2013 by aktivsport (see edit history) Link to comment Share on other sites More sharing options...
SmartDataSoft Posted June 30, 2013 Share Posted June 30, 2013 (edited) . Are you looking the solution like the attached image i have upload. It need to change the default Prestashop admin product controller and some complex query. . Are you looking the solution like the attached image i have upload. It need to change the default Prestashop admin product controller and some complex query. Edited June 30, 2013 by smartdatasoft (see edit history) Link to comment Share on other sites More sharing options...
mkweb09 Posted July 31, 2013 Share Posted July 31, 2013 smartdatasoft, I am looking to ADD "Supplier" to the listing as in your attached thumbnail. How do i do this? Thanks Link to comment Share on other sites More sharing options...
SmartDataSoft Posted July 31, 2013 Share Posted July 31, 2013 To achieve this need lots to changed adminProduct controller code and overwrite that , even need to write custom column and query . Which is difficult to do for beginners. Link to comment Share on other sites More sharing options...
prospect Posted August 15, 2013 Share Posted August 15, 2013 (edited) To achieve this need lots to changed adminProduct controller code and overwrite that , even need to write custom column and query . Which is difficult to do for beginners. You have solution or code to add AdminProductsController.php ? With supplier ID it's no problem, but how to add supplier name $this->fields_list['id_supplier'] = array( 'title' => $this->l('supplier'), 'width' => 20 ); Edited August 15, 2013 by prospektas (see edit history) Link to comment Share on other sites More sharing options...
SmartDataSoft Posted August 15, 2013 Share Posted August 15, 2013 Yes that is also possible. Filed need to add and also change the db query. Link to comment Share on other sites More sharing options...
prospect Posted August 16, 2013 Share Posted August 16, 2013 Yes that is also possible. Filed need to add and also change the db query. Thanks for replay! Сould you explain more with an example? If the query is 'supplier id' is displayed only vendor ID. For example 5 will be - apple, 6 - sony, 7 - nokia, etc. Link to comment Share on other sites More sharing options...
Recommended Posts