hi,
pending a permanent solution, I add digits before the name of the sub categories in order to force the desired display.
I tried to change the "mod_virtuemart_category.php" file without success.
i replace :
//$categories = $categoryModel->getChildCategoryList($vendorId, $category_id);
to
$categories = $categoryModel->getChildCategoryList($vendorId, $category_id,'c.ordering');
and ...does not force the classification of sub-categories in order

Thank you