David Bucur Posted April 28, 2014 Share Posted April 28, 2014 (edited) Hi, I am using a module called Marketplace where the users can become shops. I modified the core in order to have a list of shops so now a Supplier is considered a shop. I need to modify the orders page in the backend so I can put a new column in that table where it states which products from which shop are in that particular order. I am trying to find where that list of orders is created in order to query the database to get the extra data and put into the column. So far I managed to find where the header is created. adminXXXX\themes\default\template\helpers\list\list_header.tplBut this header is used for all the backend pages with a table. It goes throughout a foreach on $fields_display, but the $fields_display gives me no clues. The attached images are an idea of what I am trying to build. Edited April 28, 2014 by David Bucur (see edit history) 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