# Manufacturer

## Possible Entity Keys

Manufacturer supprots ID or Name as entity key.

{% hint style="warning" %}
Your entity key must be unique. If you have two manufacturers with same Name fields, you will not be able to use Name as entity key.
{% endhint %}

## Column Destinations

{% hint style="info" %}
Altohugh category has many different column destinations, we would describe only ones that have special functionality.
{% endhint %}

<table><thead><tr><th width="231">Column destination</th><th>Explanation</th></tr></thead><tbody><tr><td>Key (Manufacturer Id)</td><td>The value that you selected as entity key for this template.</td></tr><tr><td>Picture</td><td>File name of a picture (ex. phone.png), or URL to a picture, or full path on server.</td></tr><tr><td>Discount Name of ID</td><td>You can specify <strong>multiple discounts</strong> in one cell, you should use | (vertical bar) symbol for this. Example, <strong>20% off|30% off</strong> would apply 20% off and 30% off discounts.</td></tr></tbody></table>

{% hint style="info" %}
All other column destinations do not support inputing multiple values in one cell.
{% endhint %}

## Example Table

<table><thead><tr><th>Key (Name)</th><th width="276.3333333333333">Picture</th><th>Discount</th></tr></thead><tbody><tr><td>Dell</td><td>dell.png</td><td>20% off</td></tr><tr><td>Apple</td><td>C:\Pictures\apple.png</td><td>30$ off</td></tr><tr><td>Samsung</td><td>https://example.com/sam.png</td><td>10$ off|10% off</td></tr></tbody></table>
