thepolarchimps Posted November 29, 2012 Share Posted November 29, 2012 Hi There, I have been trying to replace the "final_price" column in the product view in the admin area that is generated by AdminProductsController.php, with the manufacturer associated with the product. Here is the code responsible for displaying the category names in the table, which is the minimum to display. $this->fields_list['name_category'] = array( 'title' => $this->l('Category'), 'width' => 230, 'filter_key' => 'cl!name', ); I would like to know how I can replace 'cl!name' to display the manufacturer name in place. Any help would be greatly appreciated. Jack 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