Default names of Subscriptions and Entry Points

The default names of Subscriptions and Entry Points vary with Plugin, that is used to create a Plan (see table). The Subscriptions and Entry Points are created with default names and then are renamed according to the configured templates (see Creating a Product and Entry point configuration). The Subscription for Domains and Certificates are not renamed and have the default names. If template returns null value (for example, because of a typo in Placeholder), then the Subscription or Entry Point is not renamed. If Placeholder contains a domain name, the the Subscription or Entry Point will be renamed after the corresponding Order is sucessfully completed.

ПлагинКомментарий
Domain Plugin

Domain name (domain.name) is extracted from an order_items array in shopping cart when a Subscription is ordered.

Subscription name equals domain.name. For example, belmts.by

Entry Point name is set in the localization files. Default value is Domains

Certificate Plugin

Domain name (domain.name) is extracted from an order_items array in shopping cart when a Subscription is ordered.

Subscription name equals plan.name + domain.name. For example, SSL-certificate GeoTrust RapidSSL cloud.mts.by

Entry Point name is set in the localization files. Default value is Certificates

Хостинги (APS plugin)

Entry Point name is set in the app-meta.xml package:

<service class="account" id="users">
<presentation>
<name>Users</name>
<name xml:lang="ru-RU">Пользователи</name>
<summary>Shared-hosting user</summary>
<summary xml:lang="ru-RU">Пользователь аккаунта виртуального хостинга</summary>
<entry-points>
<entry class="otk_auth" dst="{panel_otk_link}">
<label>Shared-hosting control-panel</label>
<label xml:lang="ru-RU">Панель управления виртуальным хостинг-аккаунтом</label>
<variable name="panel_otk_link">http://www.activecloud.com</variable>
</entry>
</entry-points>
</presentation>

Subscription name equals Plan name.

All otherSubscription name equals Plan name.