Thanks Nicolas but i tried that and this is related to the Skyline Accordian Menu so probably not your area of support
The module installs fine but the category name order is out sync
$query->select('a.*')
->from('#__hikashop_category AS a')
->join('INNER', '#__hikashop_category AS b ON a.category_left BETWEEN b.category_left AND b.category_right')
->where('b.category_type = \'product\'')
->where('b.category_parent_id > 1')
->where('b.category_published = 1')
->order('a.category_left , a.category_ordering ')