takashi Posted February 20, 2014 Share Posted February 20, 2014 Hi, in my shop i use other my own code system than supplier, but i need supplier code for beter searching... i add at BO in product cart (admin/themes/default/template/controllers/products/informations.tpl) span with {$product->supplier_reference} to call supplier reference, but to see sup. ref. code i must enter to product cart, so i think that i can add colum in search result list, and there is problem... in controllers/admin/AdminSearchController.php i find generating helperList: $view = $helper->generateList($this->_list['products'], $this->fields_list['products']) but i dont know where is generating product list: $this->_list['products'] = Product::searchByName($this->context->language->id, $this->query); (exacly Product::searchByName). please help in this case Best regards Link to comment Share on other sites More sharing options...
mowax Posted June 12, 2014 Share Posted June 12, 2014 hi takashi, i am trying to exactly the same thing... did you manage to find a solution? if you did can you please share it here? i have created a column for supplier_reference values but it is empty thanks for any help! Link to comment Share on other sites More sharing options...
Recommended Posts