Default names of subscriptions and entry points

The default names of subscriptions and entry points vary with the 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 the template returns the 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

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

The subscription name equals domain.name. For example, example.com

The entry point name is set in the localization files. The default value is Domains

Certificate plugin

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

The subscription name equals plan.name + domain.name. For example, SSL-certificate GeoTrust RapidSSL example.com

The entry point name is set in the localization files. The default value is Certificates

Hosting (APS plugin)

The 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>

The subscription name equals the plan name

VSP (Vendor service plugin)The subscription name is set in Subscription name template of the product settings in Vendor Portal (see General information in the Vendor Portal guide)
All othersThe subscription name equals the plan name