2 March 2010

Updated Cart Time for Carts Tab v1.0

Adds the last updated cart time on the Carts Tab.
#
#-----[ OPEN ]-----
#
admin/tabs/AdminCarts.php

#
#-----[ FIND ]-----
#
        'date_add' => array('title' => $this->l('Date'), 'width' => 90, 'align' => 'right', 'type' => 'datetime', 'filter_key' => 'a!date_add'));

#
#-----[ REPLACE WITH ]-----
#
        'date_add' => array('title' => $this->l('Date'), 'width' => 90, 'align' => 'right', 'type' => 'datetime', 'filter_key' => 'a!date_add'),
        'date_upd' => array('title' => $this->l('Updated'), 'width' => 90, 'align' => 'right', 'type' => 'datetime', 'filter_key' => 'a!date_upd'));

25 February 2010

Current Time for BO Header v1.0

Adds the current time into the Back Office header.
#
#-----[ OPEN ]-----
#
admin/header.inc.php

#
#-----[ FIND ]-----
#
    [ <a href="index.php?logout" id="header_logout"><span>'.translate('logout').'</span></a> ]

#
#-----[AFTER, ADD ]-----
#
                    &nbsp; '.date('Y-m-d G:i:s').'