Jump to content

Manufacturer column in admin PRODUCT PAGE


Recommended Posts

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

post-602870-0-71547700-1372581706_thumb.png

Edited by aktivsport (see edit history)
Link to comment
Share on other sites

. 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.

post-460779-0-58545700-1372612792_thumb.png

Edited by smartdatasoft (see edit history)
Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...

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 by prospektas (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...