Jump to content

Show dates of status order in list order


3msweb

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...