mk_artno
Purpose: The mk_artno function is used to create quantity and article number (i.e. the $artnos argument for the activate_part and credit_part function).
Example PHP code
mk_artno($qty, $artno)
Input Data:
| Required | Variable | Type | Description |
|---|---|---|---|
| qty | integer | Number of items to activate | |
| artno | string | Article number on item to be activated or credited |
Return Value:
The $artnos argument for the activate_part and credit_part functions.


Subscribe to our RSS feed for technical updates