3msweb Posted March 25, 2016 Share Posted March 25, 2016 Hi guys , I managed to INSERT In the list of Received Orders Column That SHOWING data Order Status . //add this in _join LEFT JOIN `'._DB_PREFIX_. 'order_history` max2 ON (max2.id_order = a.id_order) //show date in a new column in list order 'datestatus' => array( 'title' => $this->l('datestatus'), 'align' => 'center', 'width' => 50, 'filter_key' => 'max2.date_add', 'orderby' => 'true' ), But I would like to display the data from the latest Associated State to order and not the first data from the first associated state order . I want the data from the latest Associated State order . Come May I correct the ADminOrdersController files ? Thank you Max 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