Navigate to the Settings > Print templates page and select a “Price tag” document to edit the price tag template.
Find out more about the Orderry document template editor here.
Variable values in the price tag templates
There are two variable groups for the Orderry price tag templates: the “Company” and “Price tag” groups. Let’s consider these two in detail.
Company group
Here are the document template variables from the Company group:
{Company Name} variable represents the company name you configure on the “Settings > General” page.
{Company Address} variable represents the company address you configure on the “Settings > General” page.
{Company Email} variable represents the company email address you configure on the “Settings > General” page.
{Company Details} variable represents the company details you configure on the “Settings > General” page.
{Company Note} variable represents the additional information about your company you configure on the “Settings > General” page.
Price tag group
Here are the document template variables from the Price tag group:
{Today Date} variable represents the current date (at the time of document printing);
{Product Title} variable displays the name of the target product or service;
{Product Code} variable displays the value of a “Code” field from the product dialog window;
{Product Article} variable displays the value of an “SKU” field from the product dialog window;
{Product Description} variable displays the value of a “Description” field from the product dialog window;
{Product UoM} variable represents the “Unit of measurement” field value from the product profile.
{Batch Description} variable represents the “Comment” field value from the Product unit passport. This variable works only with serial products.
{Price} variable displays the selected price (with a margin included) for a target product or service;
{Barcode} variable represents the barcode for a product serial number (for serial products) or the barcode from the product dialog window (for non-serial products).
{Product Barcode} variable represents only the barcode from the product dialog window.
Hit the variable name to add it to your document template.
Editing the price tag template
To resize the price tag, click the “Source Code” button in the editor.
Set the desired values for width and height in millimeters. The width parameter controls the width of the price tag, and height controls its height.
Important: We recommend changing the width and height values in the <table style> line, since they are specified in millimeters, which allows you to more precisely adjust the price tag’s size to fit the print format.
Limiting the Length of the Product Name in the Price Tag Template:
If the product name is too long, it may wrap to a new line or cause the price tag to display incorrectly when printed.
To avoid this, you can limit the number of characters displayed in the product name. To do this, place a colon after the {Product Title} variable and specify the maximum number of characters.
For example:
{Product Title}:20 — will display only the first 20 characters of the product name;
{Product Title}:15 — will display only the first 15 characters;
Similarly, you can specify any other value you need.
This will help maintain the correct layout of the price tag and avoid printing issues.

