_load_plugins(array( array('function', 'html_select_date', 'admin/main/statistics.tpl', 9, false), array('modifier', 'date_format', 'admin/main/statistics.tpl', 84, false),)); ?> _tpl_vars; $this->_smarty_include("location.tpl", array('last_location' => 'Total statistics')); $this->_tpl_vars = $_smarty_tpl_vars; unset($_smarty_tpl_vars); ?>
| Total statistics | |
|---|---|
| Number of customers |
_tpl_vars['statistics']['clients']; ?>
|
| Number of providers |
_tpl_vars['statistics']['providers']; ?>
|
| Number of products |
_tpl_vars['statistics']['products']; ?>
|
| Number of root categories |
_tpl_vars['statistics']['categories']; ?>
|
| Number of subcategories |
_tpl_vars['statistics']['subcategories']; ?>
|
| Number of orders |
_tpl_vars['statistics']['orders']; ?>
|
| General statistics for period: _run_mod_handler('date_format', true, $this->_tpl_vars['start_date'], $this->_tpl_vars['config']['Appearance']['date_format']); ?> - _run_mod_handler('date_format', true, $this->_tpl_vars['end_date'], $this->_tpl_vars['config']['Appearance']['date_format']); ?> | |
| New customers |
_tpl_vars['statistics']['clients_last_month']; ?>
|
| New providers |
_tpl_vars['statistics']['providers_last_month']; ?>
|
| New products |
_tpl_vars['statistics']['products_last_month']; ?>
|
| New orders |
_tpl_vars['statistics']['orders_last_month']; ?>
|