Krauser Posted July 10, 2015 Share Posted July 10, 2015 (edited) Hello community, i try to put on my Back Office product list the column with the "Supplier product reference" (controllers/admin/AdminProductsController.php) $this->fields_list['product_supplier_reference'] = array( 'title' => $this->l('Suplier Reference'), 'width' => 40, 'filter_key' => 'refer!name', ); $this->_join .= ' LEFT JOIN `'._DB_PREFIX_.'supplier` AS supp ON (supp.`id_supplier` = a.`id_supplier`) '; I have tried many codes and forms but i always end up getting errors similar to this one:Unknown column 'a.id_product_supplier' in 'on clause' Which is the correct form to put that date? Sorry for the languaje of the image. But can find "supplier" on the product page. My version is: 1.5.4.1 Edited July 10, 2015 by Krauser (see edit history) Link to comment Share on other sites More sharing options...
Krauser Posted July 13, 2015 Author Share Posted July 13, 2015 Someone knows? Thanks. Link to comment Share on other sites More sharing options...
Krauser Posted September 16, 2015 Author Share Posted September 16, 2015 Any help? Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now