+
+ | Name: |
+ {{itemInfo.name}} |
+
+
+ | Hersteller: |
+ {{itemInfo.manufacturer}} |
+
+
+ | Herstellernummer: |
+ {{itemInfo.manufacturerNumber}} |
+
+
+ | Einheit: |
+ {{units.find(i => i.id === itemInfo.unit) ? units.find(i => i.id === itemInfo.unit).name : ""}} |
+
+
+ | Tags: |
+ {{itemInfo.tags.join(", ")}} |
+
+
+ | Artikelkategorien: |
+ {{itemInfo.productcategories.map(i => productcategories.find(x => x.id === i).name).join(", ")}} |
+
+
+ | EAN: |
+ {{itemInfo.ean}} |
+
+
+ | Verkaufspreis: |
+ {{itemInfo.sellingPrice}} |
+
+
+ | Beschreibung: |
+ {{itemInfo.description}} |
+
+
+