Lab data possibilities and codes
Lab data possibilities and codes
Below you will find an overview of all fields that can be labeled.
Below that is an overview of how this should be shown in the code.
Available data to display on a label
-
Product name
-
Sale of sale incl. VAT
-
Product number supplier
-
Article number shop
-
Brand name
-
Ean
-
Diamond information
-
Product weight
-
Label description
-
Article group
-
Variant collection
-
Brand collection
-
Total carat weight
-
Last sign-up date
-
Supplier name
-
Supplier code
-
Recommended retail selling price
-
Product category
-
Product size
-
Jewelry type
-
Jewelry material
-
Watch width
-
Watch band material
What data is displayed on the standard label?
On the left:
Barcode
Sale price
Article number
On the right:
Supplier product number
Tag description
Brand
Code to show field on a label
The code can be adjusted at Store Settings -> Print settings -> Labels -> Button with the edit icon under Action behind the relevant label.
Product name
{
name: '%PRODUCT_NAME%%',
Value: "name",
Keyword: "NAME",
}
Sale price including VAT
{
name: '%%SELLING_PRICE%',
Value: "sellingPrice",
keyword "TEXT_RECOMMENDED_PRICE",
}
Product number supplier
{
name: '%PRODUCT_NUMBER%%',
value: 'variants[0].productNumber',
keyword "TEXT_PRODUCT_NUMBER",
}
Article number shop
{
name: '%ARTICLE_NUMBER%',
Value: "articleNumber",
keyword: "ARTICLE_NUMBER",
}
Brand name
{
"%Brand_name%%",
Value: "brand.name",
Keyword: "BRAND",
}
EAN number
{
Name: "%%%%%",
Value: 'variants[0].ean',
Keyword: "EAN",
}
Diamond information
{
"%Diamondinfo%%",
Value: "diamondinfo",
keyword "DIAMONDINFO",
}
Product weight
{
name: '%PRODUCT_WEIGHT%%',
Value: "weight"
Keyword: "WEIGHT",
}
Tag description
{
"%Description%%",
Value: 'labelDescription',
Keyword: "LABEL_DESCRIPTION"
}
Article group
{
name: "%MY_OWN_COLLECTION%%",
Value: "ownCollection",
Keyword: "OWN_COLLECTION"
}
Variant collection
{
name: "%VARIANTS_COLLECTION%%",
Value: 'VariantsCollection',
Keyword: "VARIANTSCOLLECTION"
}
Brand collection
{
name: "%BRAND_COLLECTION1%",
Value: "brandCollection1",
Keyword: "FIRST_BRANDCOLLECTION"
}
{
name: "%BRAND_COLLECTION2%",
Value: "brandCollection2",
Keyword: "SECOND_BRANDCOLLECTION"
}
Total carat weight
{
name: "%TOTALCARATWEIGHT%%",
Value: TotalCaratWeight,
Keyword: "TOTAL_CARAT_WEIGHT"
}
Last sign-up date
{
name "%LAST_DELIVIERY_DATE%%",
Value: 'lastDeliveryDate',
Keyword: "LAST_DELIVERY_DATE'
}
Supplier name
{
name: "%%SUPPLIER_NAME%",
Value: 'supplier.name',
Keyword: "SUPPLIER_NAME"
}
Supplier code
{
name: "%%SUPPLIER_CODE%",
Value: 'supplier.startingDigits',
Keyword: "SUPPLIER_CODE"
}
Recommended retail selling price
{
name: '%SUGESTED_RETAIL_PRICE%%',
Value: "suggestedRetailPrice",
Keyword: "SUGESTED_RETAIL_PRICE"
}
Product category
{
name: '%PRODUCT_CATEGORY%%',
Value: "category",
Keyword: "PRODUCT_CATEGORY"
}
Product size
{
name: '%PRODUCT_SIZE%%',
Value: "size",
Keyword: "SIZE"
}
Jewelry type
{
"%Jewel_type%%",
Value: "Your.type",
Keyword: "JEWEL_TYPE"
}
Jewelry material
{
name: '%JEWEL_MATERIAL%%',
Value: "ywell.material",
Keyword: "JEWEL_MATERIAL"
}
Watch width
{
name: '%STRAP_WIDTH%%',
Value: "strap.width",
Keyword: "STRAP_WIDTH"
}
Watch band material
{
"%Strap_material%%",
Value: "strap.material",
Keyword: "STRAP_MATERIAL"
}
Was this article helpful?
Another question?
Ask Linde — answers come with sources.