Hi,
There is no option to add that, but it would be possible with some development.
You would have to develop a "hikashop" plugin, implementing the events :
- onBeforeOrderListing($paramBase, &$extrafilters, &$pageInfo, &$filters, &$tables, &$searchMap)
To be able to add conditions to the MySQL query searching for the orders in the $filters array
- onHikashopBeforeDisplayView(&$view)
To be able to add to the $view->extraFilters array an object with a method displayFilter($name, $data) to display the HTML of your filter.