BILLmanager 6
en En
es Es

Product subtypes (itemtypesubtype)

itemtypesubtype

Result: list of items

Product types

Access level: admin

FieldTypeObligatoryDescription
idintYesUnique subtype identifier. Primary key.
itemtypeintYes

Parent product type identifier. See the article Product types (itemtype) for details.

intnamevarchar(32)YesInternal subtype name. Must be unique.
namevarchar(128)NoSubtype name in the default language.

name_en

varchar(128)No

Localized subtype name for English.

name_es

varchar(128)No

Localized subtype name for Spanish.

description

varchar(255)NoBrief subtype description in the default language.

description_ru

varchar(255)NoSubtype description in Russian.

description_es

varchar(255)NoSubtype description in Spanish.

fulldescription

varchar(255)No

Flag enabling extended description. Values: on or off. Default: off.

orderpriority

char(3)NoSorting priority when displayed in lists (the lower the number, the higher the position).
orderviewintYesDisplay order in the ordering interface. Default value is 0.
orderimagevarchar(255)NoPath to the image displayed when selecting the subtype during ordering.
client_menu_nestingintYes

Client menu nesting level:

  • 0 — use product type settings (default);
  • 2 — display separately (at the same level as types);
  • 3 — display nested (in the parent type’s submenu, regardless of its settings).

List of subtypes for a product type

Function: itemtype.subtype

Access level: admin

Parameters:

  • elid — unique identifier of the parent product type. Required parameter.

Edit subtype data

Function: itemtype.subtype.edit

Access level: admin

Parameters:

  • plid — unique identifier of the product type. Required parameter;
  • sok — parameter value must be non-empty, usually ok. Required parameter;
  • elid — unique identifier. If specified, the function will update an existing subtype. If omitted, a new subtype will be created.
  • additional request parameters.

Delete subtype

Function: itemtype.subtype.delete

Access level: admin

Parameters:

  • elid — unique identifier of the subtype. Required parameter.

Move subtype up/down in the list

Function: itemtype.subtype.up

Function: itemtype.subtype.down

Access level: admin

Parameters:

  • elid — unique identifier of the subtype. Required parameter;
  • plid — unique identifier of the parent product type. Required parameter.

List of available tariffs for a subtype

Function: itemtype.subtype.pricelist

Access level: admin

Parameters:

  • elid — unique identifier of the subtype. Required parameter;
  • plid — unique identifier of the parent product type. Required parameter.

Enable/Disable tariff plan for a subtype

Function: itemtype.subtype.pricelist.resume

Function: itemtype.subtype.pricelist.suspend

Access level: admin

Parameters:

  • elid — unique identifier of the tariff plan. Required parameter;
  • plid — unique identifier of the subtype. Required parameter.

Service parameters

Functions related to service parameters are inherited from parent service types. See the article Product types (itemtype).

Useful tips

Related topics:

The article was last updated on 10.14.2025. The article was prepared by technical writers of ISPsystem