SELECT `categoryID`, `slug`, `parent`, `name_ru` AS `name` FROM `SC_categories` WHERE `parent`=1 AND disabled=0 ORDER BY `sort_order`, `name`