ccw0103 Posted July 3, 2014 Share Posted July 3, 2014 I would like it to show "EAN/Barcode" in the back office page Link to comment Share on other sites More sharing options...
vekia Posted July 3, 2014 Share Posted July 3, 2014 where? please specify what you exactly expect. and in addition: what ps version Link to comment Share on other sites More sharing options...
ccw0103 Posted July 4, 2014 Author Share Posted July 4, 2014 where? please specify what you exactly expect. and in addition: what ps version Hi, PrestaShop™ 1.5.6.2 At the Catalog-> products page. anywhere, as long as its there Link to comment Share on other sites More sharing options...
NemoPS Posted July 4, 2014 Share Posted July 4, 2014 Try adapting this tutorial http://nemops.com/filter-by-country-prestashop-order-list/ Use the adminProductsController file instead, and add the ean field Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2014 Share Posted July 4, 2014 Hi, PrestaShop™ 1.5.6.2 At the Catalog-> products page. anywhere, as long as its there check this: http://www.prestashop.com/forums/topic/275522-solved-add-backoffice-columns-products-list/' Link to comment Share on other sites More sharing options...
ccw0103 Posted July 7, 2014 Author Share Posted July 7, 2014 so it is $this->fields_list['EAN13 or JAN'] = array('title' => $this->l('MEAN13 or JAN:'),'width' => 230,); I need to add? Link to comment Share on other sites More sharing options...
NemoPS Posted July 7, 2014 Share Posted July 7, 2014 It should be $this->fields_list['ean13'] Link to comment Share on other sites More sharing options...
Recommended Posts