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 a Placeholder), the Subscription or Entry Point is not renamed. If a Placeholder contains a domain name, the Subscription or Entry Point will be renamed after the corresponding Order is successfully completed.

PluginDefault names of Subscriptions and Entry Points
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, example.com

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 example.com

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

Hosting (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.example.com</variable>
</entry>
</entry-points>
</presentation>

Subscription name equals Plan name

VSP (Vendor service plugin)Subscription name is set in Subscription name template of the Product settings in Vendor Portal (see General information in the Vendor Portal guide)
All otherSubscription name equals Plan name